Flash Animation - Ending The Movie

I created a flash movie, where there is animated world spinning.

When i PLAY MOVIE, it just loops (replays over and over)

I dont want it to do this when i post it on my the website. Will it keep looping or do i have to modify this?

However once the movie finish, I want to keep the globe spinning while the user is still at the website. How would I do this?

Well, I don’t know how you have your movie set up… place a stop(); action on the last frame of your movie. And place this: gotoAndPlay(“frameLabel”); on the last frame of the globe spinning portion. The frame label being the beginning of the globe spinning.

Thanks!!! That did the trick

You’re welcome. :}