MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 742

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Example
The following example unloads the movie clip
into level 4.
movie.swf
on (press) {
unloadMovie ("_root.draggable_mc");
loadMovieNum ("movie.swf", 4);
}
The following example unloads the movie loaded into level 4.
on (press) {
unloadMovieNum (4);
}
See also
,
MovieClipLoader.unloadClip()
loadMovie()
unloadMovieNum()
Availability
Flash Player 3.
Usage
unloadMovieNum(level)
Parameters
The level (
level
Returns
Nothing.
Description
Function; removes a movie that was loaded by means of
To unload a movie that was loaded by means of
of
unloadMovieNum()
See also
,
loadMovie()
loadMovieNum()
742
Chapter 12: ActionScript Dictionary
) of a loaded movie.
_levelN
.
,
unloadMovie()
on the main Timeline, and loads
draggable_mc
loadMovieNum()
, use
loadMovie()
unloadMovie()
from Flash Player.
instead

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents