MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 800

Actionscript language reference
Table of Contents

Advertisement

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
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(),
800
Chapter 7: ActionScript for Flash
) of a loaded movie.
_levelN
instead of
unloadMovieNum()
unloadMovie()
ActionScript for Flash
loadMovieNum()
MovieClip.loadMovie()
.
CHAPTER 7
from Flash
, use
, the loaded
unload_btn

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents