Constructor summary
Signature
MovieClipLoader()
Method summary
Modifiers
Signature
addListener(listener
:Object) : Boolean
getProgress(target:O
bject) : Object
loadClip(url:String,
target:Object) :
Boolean
removeListener(liste
ner:Object) :
Boolean
unloadClip(target:Ob
ject) : 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
Availability: ActionScript 1.0; Flash Player 7
946
ActionScript classes
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.
Description
Registers an object to receive notification when a
MovieClipLoader event handler is invoked.
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.
Loads a SWF, JPEG, progressive JPEG, unanimated
GIF, or PNG 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 using
MovieClipLoader.loadClip().
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
MovieClipLoader
valueOf
event handler is invoked.
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?