User Guide
MovieClipLoader 945
Availability: ActionScript 1.0; Flash Player 7
Property summary
Properties inherited from class Object
Event summary
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onLoadComplete =
function([target
_mc:MovieClip],
[httpStatus:Numb
er]) {}
Invoked when a file that was loaded with MovieClipLoader.loadClip()
is completely downloaded.
onLoadError =
function(target_
mc:MovieClip,
errorCode:String
,
[httpStatus:Numb
er]) {}
Invoked when a file loaded with MovieClipLoader.loadClip() has
failed to load.
onLoadInit =
function([target
_mc:MovieClip])
{}
Invoked when the actions on the first frame of the loaded clip have been
executed.
onLoadProgress =
function([target
_mc:MovieClip],
loadedBytes:Numb
er,
totalBytes:Numbe
r) {}
Invoked every time the loading content is written to the hard disk during
the loading process (that is, between MovieClipLoader.onLoadStart
and MovieClipLoader.onLoadComplete).
onLoadStart =
function([target
_mc:MovieClip])
{}
Invoked when a call to MovieClipLoader.loadClip() has begun to
download a file.