How do you stop a flash movie from looping?

Hi there,

I am developing in Flash 6.0 and I was wondering what do I need to do to keep flash from looping a movie?

place a stop(); action wherever you’d like it to stop (on the keyframe)

In the GUI there is also a checkbox you can chech just before you publish your work. Publishing Options it is called I believe.

let me add to this by saying, first select the last keyframe of the instance that you wish to stop looping. Then open your actions pallet and in the script window enter this code:

stop();

And that’s it. Now go grab that TV remote and relax.