stop flash from looping

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
darthstephen
Posts: 15
Joined: Sun Feb 05, 2006 3:49 am

stop flash from looping

Post by darthstephen »

how do i stop a swf export movie from looping???
darthstephen
Posts: 15
Joined: Sun Feb 05, 2006 3:49 am

Post by darthstephen »

come to think of it...how do i stop any animation from looping? even inside moho, ny animations loop...
mason
Posts: 43
Joined: Thu Aug 26, 2004 10:05 am

Post by mason »

Make a keyframe, open the actions editor and type:

stop();
myles
Posts: 821
Joined: Sat Aug 21, 2004 3:32 am
Location: Australia, Victoria, Morwell
Contact:

Post 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.
"Quote me as saying I was mis-quoted."
-- Groucho Marx
Post Reply