I took a look to winamp modern, is it me and I'm missing something but does the skin makes an animated volume slider with a simple
PHP Code:
<!-- Volume -->
<layer
x="183" y="100"
image="player.volume.bg"
/>
<layer
id="volumebar"
x="185" y="115"
w="10"
image="player.volumebar"
/>
<slider
id="Volume"
action="VOLUME"
x="183" y="110"
w="86" h="13"
thumb="player.button.volume"
downThumb="player.button.volume.pressed"
hoverThumb="player.button.volume.hover"
tooltip="Volume"
/>
Leave a comment: