unloadMovieNum()
Availability
Flash Player 3.
Usage
unloadMovieNum(level:Number) : Void
Parameters
The level (
level
Returns
Nothing.
Description
Function; removes a SWF or image that was loaded by means of
Player. To unload a SWF or image that was loaded with MovieClip.loadMovie(), use
unloadMovie()
Example
The following example loads an image into a SWF file. When you click
content is removed.
loadMovieNum("yourimage.jpg", 1);
unload_btn.onRelease = function() {
unloadMovieNum(1);
}
See also
MovieClip.loadMovie(), loadMovieNum(),
) of a loaded movie.
_levelN
instead of
unloadMovieNum()
ActionScript Language Reference
.
unloadMovie()
CHAPTER 2
loadMovieNum()
from Flash
, the loaded
unload_btn
unloadMovieNum()
993
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?