for whatever reason I'm not allowed to update my 1st post, so here is the right player-elements code
PHP Code:
<!-- REPEAT BUTTON -->
<bitmap id="button.Repeat" file="player/R6.png"/>
<bitmap id="button.repeat.hover0" file="player/R6Hover.png" x="0" y="0" w="88" h="85"/>
<bitmap id="button.repeat.hover1" file="player/R6-hover-all.png" x="0" y="86" w="88" h="85"/>
<bitmap id="button.repeat.hover2" file="player/R6-hover-all.png" x="0" y="171" w="88" h="85"/>
<bitmap id="button.Repeat0" file="player/R6-down-all.png" x="0" y="0" w="88" h="85"/>
<bitmap id="button.Repeat1" file="player/R6-down-all.png" x="0" y="86" w="88" h="85"/>
<bitmap id="button.Repeat2" file="player/R6-down-all.png" x="0" y="171" w="88" h="85"/>
Comment