开发者

Horizontal Volume Bar in Flex

开发者 https://www.devze.com 2023-01-05 06:03 出处:网络
I\'m working on an custom video player. Got the rest of the elements in place, but cant for the life of me work out how to change the volume component from Horizontal to Vertical. I\'ve tried standard

I'm working on an custom video player. Got the rest of the elements in place, but cant for the life of me work out how to change the volume component from Horizontal to Vertical. I've tried standard stuff like rotation='90' but no开发者_StackOverflow中文版 joy on that.

Anyone have any ideas on what I should maybe modify or change to get it to a Vertical Slider rather than the current Horizontal state?

Thanks in Advance


In Flex 3:

<mx:HSlider/>
<mx:VSlider/>

In Flex 4:

<s:HSlider/>
<s:VSlider/>
0

精彩评论

暂无评论...
验证码 换一张
取 消