Previous Element | Next Element |
InitActions
This element is a container element that specifies the
initialization script to be executed for the parent
MovieClip element and the dependencies of that element.
There are two kinds of dependencies specified with two
different elements:
- ExportAfter elements define those MovieClips that must already be defined and initialized before this definition
- Include elements specify those MovieClips that must be available in the output movie in the frame in which this MovieClip is defined
Attributes
None
Child Elements
ExportAfterInclude
InitScript
Parent Elements
MovieClipExamples
None
Previous Element | Next Element |