Page 1 of 1

Flash looping

Posted: Mon Oct 10, 2005 11:22 pm
by trevorparscal
When I export an SWF file, sometimes it loops, sometimes it doesnt.. And now I am using an audio file with it, and when I export to SWF, the animation doesn't loop, but the audio does.. How can I make both play 1 time through and stop?

Thanks,
Trevor Parscal

Posted: Sat Oct 15, 2005 2:24 pm
by cribble
You'll need to import it into some sort of Flash program. From there add at the last keyframe an actionscript with the follow:

stop ();
stopAllSounds ();

and it should stop at the last frame, including all audio. Please note, MoHo cannot add any actionscripts.