MovieClipLoader class 545
Listener summary for the MovieClipLoader class
Constructor for the MovieClipLoader class
Availability
Flash Player 7.
Usage
new MovieClipLoader()
Parameters
None.
Returns
Nothing.
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()
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.