Flash Lite 2.x and 3.0 ActionScript Language Reference

stop (MovieClip.stop method)

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