Is there a volume component for flex 4? I'm looking for something similar to the volume button and slider in the youtube video player. Clicking on the speaker button will mute/un mute.
Is there a place to look for 开发者_JS百科open source flex components?
Thanks
I don't know of a pre-built volume component, but it should be fairly simple to put one together yourself using a Slider
for the volume level and a Button
for the mute/unmute.
As far as open source component libraries out there, there's:
- flexlib
- Sean the Flex Guy has an article up with 35 different libraries worth checking out.
精彩评论