MovieClipLoader.unloadClip() 553
Description
Listener; invoked when a call to MovieClipLoader.loadClip() has successfully begun to download
a file.
Example
See MovieClipLoader.loadClip().
See also
MovieClipLoader.onLoadError(), MovieClipLoader.onLoadInit(),
MovieClipLoader.onLoadComplete()
MovieClipLoader.removeListener()
Availability
Flash Player 7.
Usage
my_mcl.removeListener(listenerObject)
Parameters
listenerObject
A listener object that was added using MovieClipLoader.addListener().
Returns
Nothing.
Description
Method; deletes an object that was used to receive notification when a MovieClipLoader event
handler was invoked.
Example
See MovieClipLoader.loadClip().
MovieClipLoader.unloadClip()
Availability
Flash Player 7.
Usage
my_mcl.unloadClip(target)
Parameters
target
The string or integer passed to the corresponding call to my_mcl.loadClip().
Returns
Nothing.