I have made an mp3 player and am trying to forward the time by 20 seconds at
the click of a button, i am trying to use the following code in different
formats
on(release) {
cue = Math.round(s.position+1000);
s.start(cue,1);
}
I just cant get it to work, the files can be downloaded at
www.colinwebdesign.co.uk/mp3player.rar
thanks
Shan-Dysigns - 16 Jul 2008 16:16 GMT