Hey all, im so busy again :(
Im using this code on the flv to loop it:
on (complete){
this.autoRewind=true;
this.play();
}
How do I make it so the video autoRewinds after ten seconds (without using cue points)?
Thank you for looking :) :) :)
Printable View
Hey all, im so busy again :(
Im using this code on the flv to loop it:
on (complete){
this.autoRewind=true;
this.play();
}
How do I make it so the video autoRewinds after ten seconds (without using cue points)?
Thank you for looking :) :) :)
set a timer?