MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 529

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
onLoadComplete
= function(listenerObject,
[target_mc]) {}
onLoadError
= function(target_mc,
errorCode) {}
onLoadInit
= function([target_mc]) {}
onLoadProgress
= function([target_mc],
loadedBytes, totalBytes) {}
onLoadStart
= function([target_mc]) {}
Constructor summary
Signature
MovieClipLoader()
property),
__proto__ (Object.__proto__
property),
__resolve
Description
Invoked when a file loaded with
MovieClipLoader.loadClip() is
completely downloaded.
Invoked when a file loaded with
MovieClipLoader.loadClip() has failed to
load.
Invoked when the actions on the first frame of
the loaded clip are executed.
Invoked every time the loading content is
written to disk during the loading process
(that is, between
MovieClipLoader.onLoadStart and
MovieClipLoader.onLoadComplete).
Invoked when a call to
MovieClipLoader.loadClip() has
successfully begun to download a file.
Description
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.
MovieClipLoader
529

Advertisement

Table of Contents
loading

Table of Contents