Got a request?
Email us...

ActionScript Reference crumb.gif Movie Clip Control crumb.gif MovieClipLoader.unloadClip()

MovieClipLoader.unloadClip()

Availability:
Flash Player 7

Usage:
MovieClipLoader.unloadClip( target_mc );

Description:
The unloadClip method removes a movie clip or JPEG image loaded in using the loadClip method.

Example:
The example code below can be placed directly on a movie clip or button instance on the Stage.


on (release) {
_level0.myImage.unloadClip(_level0.logo_mc);
}

REFERENCE SEARCH


RELATED ENTRIES

...r.onLoadComplete()
...ader.getProgress()
...ader.addListener()
...pLoader.loadClip()
...ieClipLoader class

LINK TO US