View Single Post
  #2 (permalink)  
Old Jun 3rd, 2007, 23:49
MrMadison MrMadison is offline
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Stopping the flash loop and stop it in a place

Two ways.

On the last frame put the stop action in it.

Code: Select all
stop ();
OR

In your publish settings, File-->Publish Settings

In the HTML tab, uncheck the loop box.

I'd go with the actionscript and the stop action...
Reply With Quote