Page 1 of 1

stop flash from looping

Posted: Tue Apr 11, 2006 5:25 am
by darthstephen
how do i stop a swf export movie from looping???

Posted: Tue Apr 11, 2006 5:32 am
by darthstephen
come to think of it...how do i stop any animation from looping? even inside moho, ny animations loop...

Posted: Tue Apr 11, 2006 6:29 am
by mason
Make a keyframe, open the actions editor and type:

stop();

Posted: Tue Apr 11, 2006 7:01 am
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.