how do u make a currently playing song (s1) move to a new spot in the song?
s1.position=wure;
were wure is the position in milliseconds i want it to be
does not seem to work . any help plz?
s1.stop;
s1.play(wure,0);
does not seem to work either
thanmks =)