tags:

views:

14

answers:

1

Hello. I'm working with a swf file (a simple flash movie) and I am trying to get it to loop. I've tried setting loop="true" in the embed tag, and for the object.

Does this mean that the problem is in the swf file itself?

A: 

If this is a frame based animation, you can go to the last frame, make it a key frame (F6) and add this code via the actions panel.

gotoAndPlay(1);
sberry2A