User Guide

946 ActionScript classes
Constructor summary
Method summary
Methods inherited from class Object
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 Player 7
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.
Modifiers Signature Description
addListener(listener
:Object) : Boolean
Registers an object to receive notification when a
MovieClipLoader event handler is invoked.
getProgress(target:O
bject) : Object
Returns the number of bytes loaded and the total
number of bytes of a file that is being loaded by using
MovieClipLoader.loadClip(); for compressed
movies, returns the number of compressed bytes.
loadClip(url:String,
target:Object) :
Boolean
Loads a SWF, JPEG, progressive JPEG, unanimated
GIF, or PNG file into a movie clip in Flash Player while
the original movie is playing.
removeListener(liste
ner:Object) :
Boolean
Removes the listener that was used to receive
notification when a MovieClipLoader event handler
was invoked.
unloadClip(target:Ob
ject) : Boolean
Removes a movie clip that was loaded by using
MovieClipLoader.loadClip().
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)