MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 633

Actionscript language reference
Table of Contents

Advertisement

Listener summary for the MovieClipLoader class
Listener
MovieClipLoader.onLoadComplete
MovieClipLoader.onLoadError
MovieClipLoader.onLoadInit
MovieClipLoader.onLoadProgress
MovieClipLoader.onLoadStart
Constructor for the MovieClipLoader class
Availability
Flash Player 7.
Usage
new MovieClipLoader() : MovieClipLoader
Parameters
None.
Returns
A reference to a MovieClipLoader object.
Description
Constructor; creates a MovieClipLoader object that you can use to implement a number of
listeners to respond to events while a SWF or JPEG file is downloading.
Example
See
MovieClipLoader.loadClip()
See also
MovieClipLoader.addListener()
MovieClipLoader.addListener()
Availability
Flash Player 7.
Usage
my_mcl.addListener(listenerObject:Object) : Void
Description
Invoked when a file loaded with
has completely downloaded.
Invoked when a file loaded with
has failed to load.
Invoked when the actions on the first frame of the loaded clip
have been executed.
Invoked every time the loading content is written to disk during
the loading process.
Invoked when a call to
successfully begun to download a file.
.
MovieClipLoader.loadClip()
MovieClipLoader.loadClip()
MovieClipLoader.loadClip()
MovieClipLoader.addListener()
has
633

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?

This manual is also suitable for:

Flex

Table of Contents