User Guide
MovieClipLoader 529
Property summary
Properties inherited from class Object
Event summary
Constructor summary
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onLoadComplete = function(listenerObject,
[target_mc]) {}
Invoked when a file loaded with
MovieClipLoader.loadClip() is
completely downloaded.
onLoadError = function(target_mc,
errorCode) {}
Invoked when a file loaded with
MovieClipLoader.loadClip() has failed to
load.
onLoadInit = function([target_mc]) {} Invoked when the actions on the first frame of
the loaded clip are executed.
onLoadProgress = function([target_mc],
loadedBytes, totalBytes) {}
Invoked every time the loading content is
written to disk during the loading process
(that is, between
MovieClipLoader.onLoadStart and
MovieClipLoader.onLoadComplete).
onLoadStart = function([target_mc]) {} Invoked when a call to
MovieClipLoader.loadClip() has
successfully begun to download a file.
Signature Description
MovieClipLoader() Creates a MovieClipLoader object that you
can use to implement a number of listeners to
respond to events while a SWF, JPEG, GIF,
or PNG file is downloading.