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