User Guide

MovieClipLoader.addListener() 633
Listener summary for the MovieClipLoader class
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
Listener Description
MovieClipLoader.onLoadComplete
Invoked when a file loaded with MovieClipLoader.loadClip()
has completely downloaded.
MovieClipLoader.onLoadError
Invoked when a file loaded with MovieClipLoader.loadClip()
has failed to load.
MovieClipLoader.onLoadInit
Invoked when the actions on the first frame of the loaded clip
have been executed.
MovieClipLoader.onLoadProgress
Invoked every time the loading content is written to disk during
the loading process.
MovieClipLoader.onLoadStart
Invoked when a call to MovieClipLoader.loadClip() has
successfully begun to download a file.