hi all
im new with flash...and i need to create a presentation using flash. So in my presentation i need an interval for each slide for aprox. 5 seconds. i use this actionscript ..it work on the 1st run but it seems to continue pausing at the end of the movie(it will continue to loop back to the beginning) as what i actually want is to end the presentation.
could anyone please help me asap..i need to present this presentation tmrrw!
---------------------------------------------------------------------------
stop();
var interval:Number = setInterval(fun ction () {
play();
clearInterval(i nterval);
}, 5000);
-------------------------------------------------------------------------
im new with flash...and i need to create a presentation using flash. So in my presentation i need an interval for each slide for aprox. 5 seconds. i use this actionscript ..it work on the 1st run but it seems to continue pausing at the end of the movie(it will continue to loop back to the beginning) as what i actually want is to end the presentation.
could anyone please help me asap..i need to present this presentation tmrrw!
---------------------------------------------------------------------------
stop();
var interval:Number = setInterval(fun ction () {
play();
clearInterval(i nterval);
}, 5000);
-------------------------------------------------------------------------
Comment