Flash looping

Discuss Moho bugs (or suspected bugs) with other users. To report bugs to Smith Micro, please visit support.smithmicro.com

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
trevorparscal
Posts: 13
Joined: Sat Sep 10, 2005 6:52 pm
Location: Bay Area, CA
Contact:

Flash looping

Post 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
People in glass houses shouldn't get naked...
User avatar
cribble
Posts: 899
Joined: Wed Aug 04, 2004 12:42 pm
Location: London, UK
Contact:

Post 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.
--Scott
cribble.net
Post Reply