May 2001
Intermediate to advanced
720 pages
23h 24m
English
MovieClip.unloadMovie( ) Method — remove a movie or movie clip from the Player
Method form introduced in Flash 5 (global form supported by Flash 3 and later)
mc.unloadMovie( )
The MovieClip.unloadMovie( ) method is an
alternative to the global unloadMovie( )
function. When invoked as a MovieClip method,
unloadMovie( ) takes no
target parameter; it unloads
mc. The method syntax is less prone to
user error than its global function counterpart.
For usage instructions, see the global unloadMovie(
) function.
// Removes a loaded document from level 1 _level1.unloadMovie( );
MovieClip.loadMovie( ), unloadMovie(
); Section 13.8.3.1 in Chapter 13
Read now
Unlock full access