MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 617

Actionscript language reference
Table of Contents

Advertisement

};
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.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.stop();
See also
stop()
MovieClip.stopDrag()
Availability
Flash Player 5.
Usage
my_mc.stopDrag() : Void
Parameters
None.
Returns
Nothing.
MovieClip.stopDrag()
aMovieClip
:
MovieClip.stopDrag()
617

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents