public stop() : Void
Stops the movie clip currently playing.
You can extend the methods and event handlers of the MovieClip class by creating a subclass.
Example
The following example shows how to stop a movie clip named aMovieClip:
aMovieClip.stop();
See also
stop function