Unloadmovienum() - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Description
Function; removes a movie clip from Flash Lite that was loaded by means of
loadMovieNum(), or
Example
When the user presses the 3 key, the following code responds by unloading the
movie clip on the main timeline and loading movie.swf into level 4 of the document stack:
on (keypress "3") {
unloadMovie ("/draggable_mc");
loadMovieNum("movie.swf", 4);
}
When the user presses the 3 key, the following example unloads the movie that was loaded
into level 4:
on (keypress "3") {
unloadMovieNum(4);
}
See also
loadMovie()

unloadMovieNum()

Availability
Flash Lite 1.0.
Usage
unloadMovieNum(level)
Operands
The level (
level
_levelN
Description
Function; removes a movie clip from Flash Lite that was loaded by means of
loadMovieNum(), or
Normally, Flash Lite displays a single SWF file, and then closes. The un
function lets you affect several SWF files at once and switch among SWF files without loading
another HTML document.
See also
loadMovieNum()
"duplicateMovieClip()".
) of a loaded movie.
"duplicateMovieClip()".
,
loadMovie()
draggable_mc
,
loadMovie()
loadMovieNum()
unloadMovieNum()
45

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents