Addlistener (Moviecliploader.addlistener Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

Method summary
Modifiers
Signature
addListener(listener:Object) :
Boolean
getProgress(target:Object) :
Object
loadClip(url:String,
target:Object) :
removeListener(listener:Object) :
Boolean
unloadClip(target:Object) :
Boolean
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

addListener (MovieClipLoader.addListener method)

public addListener(listener:Object) : Boolean
Registers an object to receive notification when a MovieClipLoader event handler is invoked.
Availability: ActionScript 1.0; Flash Lite 2.0
530
ActionScript classes
Boolean
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
Registers an object to receive
notification when a MovieClipLoader
event handler is invoked.
Returns the number of bytes loaded and
total number of bytes for a file that is
being loaded by using
MovieClipLoader.loadClip(); for
compressed movies, the getProgress
method reflects the number of
compressed bytes.
Loads a SWF or JPEG file into a movie
clip in Flash Player while the original
movie is playing.
Removes the listener that was used to
receive notification when a
MovieClipLoader event handler was
invoked.
Removes a movie clip that was loaded by
means of
MovieClipLoader.loadClip().
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf

Advertisement

Table of Contents
loading

Table of Contents