MovieClipLoader.onLoadComplete()
Availability
Flash Player 7.
Usage
listenerObject.onLoadComplete() = function(target_mc) {
// your statements here
}
Parameters
listenerObject
The movie clip loaded by a
target_mc
Returns
Nothing.
Description
Listener; invoked when a file loaded with
completely downloaded.
Example
See MovieClipLoader.loadClip().
See also
MovieClipLoader.addListener(), MovieClipLoader.onLoadStart(),
MovieClipLoader.onLoadError()
MovieClipLoader.onLoadError()
Availability
Flash Player 7.
Usage
listenerObject.onLoadError() = function(target_mc, errorCode) {
// your statements here
}
Parameters
listenerObject
The movie clip loaded by a
target_mc
A string that explains the reason for the failure.
errorCode
Returns
One of two strings: "URLNotFound" or "LoadNeverCompleted".
Description
Listener; invoked when a file loaded with
550
Chapter 12: ActionScript Dictionary
A listener object that was added using MovieClipLoader.addListener().
MovieClipLoader.loadClip()
A listener object that was added using MovieClipLoader.addListener().
MovieClipLoader.loadClip()
MovieClipLoader.loadClip()
MovieClipLoader.loadClip()
method.
has
method.
has failed to load.
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?