User Guide

MovieClip.stopDrag() 617
};
var image_mcl:MovieClipLoader = new MovieClipLoader();
image_mcl.addListener(mclListener);
image_mcl.loadClip("http://www.macromedia.com/devnet/mx/blueprint/articles/
nielsen/spotlight_jnielsen.jpg", image_mc);
See also
MovieClip._droptarget, startDrag(), MovieClip.stopDrag()
MovieClip.stop()
Availability
Flash Player 5.
Usage
my_mc.stop() : Void
Parameters
None.
Returns
Nothing.
Description
Method; 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()
MovieClip.stopDrag()
Availability
Flash Player 5.
Usage
my_mc.stopDrag() : Void
Parameters
None.
Returns
Nothing.