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 =)
see this example:
http://www.senocular.com/downloads/index.php?subaction=showfull&id=1081849331&archive=&start_from=&ucat=2&kind=2
is there no other way to do this?
ive already made everything else except this part were i can go to any part of the song by moving a slider?