Main movies may be manipulated in much the same way as regular movie
clips, however:
A main movie cannot be removed from a .swf file
(although a .swf file, itself, may be removed
from the Flash Player).
The following movie clip methods do not work when invoked on a main
movie: duplicateMovieClip( ),
removeMovieClip( ), swapDepths(
).
Event handlers cannot be attached to a main movie.
Main movies can be referenced through the built-in, global
_root and
_leveln properties.
Note that while each .swf file contains only one
main movie, more than one .swf may reside in the
Flash Player at once -- we may load multiple
.swf documents (and therefore multiple main
movies) onto a stack of levels via the
loadMovie( ) and unloadMovie(
) functions, which we'll study later.