Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

repeat a flash movie

Status
Not open for further replies.

niblet

Programmer
Joined
Aug 7, 2001
Messages
30
Location
US

I have a small animiation piece I would like to have
just repeat again when is done, indefinitely. How do I do this?

thanks
niblet
 
If your animation is the whole movie, just make sure there's no stop action on the last frame. If you haven't added one, there shouldn't be.
Next if you're using the Publish feature to output your html, make sure the LOOP box is checked under the html tab.

If your animation is a movie clip inside your movie, and you want it to loop, you have to add a loop to it. On the last frame add a gotoAndPlay(1) action on the last frame.

Regards,
mywink.gif
ldnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top