Hi.. I'm back !
I don't know how this §%@#€$ù animated seek works as I've redone a new graphic (with pure black & white at every end) but when I use it the seek bar acts as if it was backward or just don't work at all... So, because of a superior seek anim I've taken some stuff from Echo skin https://archive.org/details/winampskin_Echo :
in player-elements
in player-normal-group :
and I get

In echo skin the script is loaded in skin.xml. I've tried it with no more luck.. Do you have any idea about the issue ?
I don't know how this §%@#€$ù animated seek works as I've redone a new graphic (with pure black & white at every end) but when I use it the seek bar acts as if it was backward or just don't work at all... So, because of a superior seek anim I've taken some stuff from Echo skin https://archive.org/details/winampskin_Echo :
in player-elements
PHP Code:
<bitmap id="player.anim.seek" file="player/songbar.png"/>
<bitmap id="player.map.seek" file="player/seek_map.png"/>
PHP Code:
<groupdef id="seeker">
<AnimatedLayer
x="81" y="115" w="220" h="5" id="SeekAnim" image="player.anim.seek"
move="0" autoplay="0" autoreplay="0"/>
<slider
id="HiddenSeek" ACTION="Seek" thumb="player.anim.seek"
x="0" y="0" w="40" h="2" alpha="0"/>
<script id="seek" file="scripts/seek.maki"/>
<text
id="songticker" ticker="1" x="54" y="42" w="233" h="15"
display="songname" default="" align="center" showlen="1" color="210,235,255"
font="ticker.font" fontsize="11" ghost="1"/>
</groupdef>

In echo skin the script is loaded in skin.xml. I've tried it with no more luck.. Do you have any idea about the issue ?
Comment