Package | flash.display |
Class | public class AVM1Movie |
Inheritance | AVM1Movie ![]() ![]() ![]() |
x
, y
, width
, and so on).
However, no interoperability (such as calling methods or using parameters) between the AVM1Movie object
and AVM2 objects is allowed.
There are several restrictions on an AVM1 SWF file loaded by an AVM2 SWF file:
lockroot
property were set to true
).
The AVM1 movie is always the top of any ActionScript 1.0 or 2.0 code execution in any children.
The _root
property for loaded children is always this AVM1 SWF file, unless the
lockroot
property is set in a loaded AVM1 SWF file.loadMovieNum("url", levelNum)
.this
.
That is, it cannot load another SWF file over itself. However, child Sprite objects, MovieClip objects, or other AVM1
SWF files loaded by this SWF file can load into this
.See also