How to export swf file without looping (play one cycle)?

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
alex298
Posts: 10
Joined: Tue Dec 19, 2006 5:29 am

How to export swf file without looping (play one cycle)?

Post by alex298 »

Hello,

I noticed that the exported flash file is looping by default. However I cannot see the option "without looping" when export to flash file. How can I export flash file without looping effect?

Thanks and best regards

Alex
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Post by Rasheed »

AFAIK there is only the loop option.
User avatar
DK
Posts: 2896
Joined: Mon Aug 09, 2004 6:06 am
Location: Australia

Post by DK »

You could export it as an animated gif. A gif is universally read and you can control your loop cycles as well as the timing of each frame.

Merry Christmas too everyone!
D.K
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Post by Rasheed »

AFAIK AS doesn't have an animated GIF export, only sequential image export in the pro version.
User avatar
jahnocli
Posts: 3471
Joined: Fri Oct 29, 2004 2:13 pm
Location: UK

Post by jahnocli »

For control of looping within the file you need to import the swf file into Flash and put a stop(); command in the final frame of the timeline. In a browser, you can control playback with the EMBED commands.
You can't have everything. Where would you put it?
User avatar
Touched
Posts: 504
Joined: Mon Dec 11, 2006 7:33 am
Location: Sunny California
Contact:

Post by Touched »

This is correct. SWFs automatically loop unless specifically told not to by a bit of code either inside the SWF or in an HTML page the SWF is embedded into. Anime Studio would need to have the option to insert the stop(); command in the last frame of the SWF, and it doesn't have that.
Post Reply