开发者

Horizontal Volume Bar in Flex

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜