Frames 

 No Frames

Previous Element
IncludePath

Next Element
InitClip


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
Note that initialization scripts can also be defined globally using the InitClipActions element. Any InitClipAction elements defined under that element will generate a warning but will override this definition. The ordering of output clips in the InitClipActions section is defined by the order of the script declarations.

Attributes

None

Child Elements

ExportAfter
Include
InitScript

Parent Elements

MovieClip

Examples

None


Previous Element
IncludePath

Next Element
InitClip