Page 1 of 1

stop flash from looping

Posted: Mon Apr 10, 2006 9:25 pm
by darthstephen
how do i stop a swf export movie from looping???

Posted: Mon Apr 10, 2006 9:32 pm
by darthstephen
come to think of it...how do i stop any animation from looping? even inside moho, ny animations loop...

Posted: Mon Apr 10, 2006 10:29 pm
by mason
Make a keyframe, open the actions editor and type:

stop();

Posted: Mon Apr 10, 2006 11:01 pm
by myles
As mason said, if you are linking directly to the SWF on the web, you need to edit the SWF file directly to add a stop action.

If your SWF is embedded in a web page, you can set the loop property to true or false in the HTML.

If you are viewing the SWF in a standalone player, there is usually a setting in the player.

Regards, Myles.