unloadMovieNum()
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
unloadMovieNum(level)

Arguments
level: The level of the Movie to be unloaded.

Returns
Nothing.

Description
Action: Removes a loaded Movie or a Movie Clip from the Flash Player.

Sample
unloadMovie(5
);   // unload Movie that was resident in level 5.

See also
loadMovie, loadMovieNum, unloadMovie, loadVariables and loadVariablesNum.