Frames 

 No Frames

Previous Element
Include

Next Element
IncludePath


IncludeClass

This defines a class that must be included in an output SWF movie. The referenced file and all dependent files will all be processed and included as if they were explicitly referenced from within ActionScript. It can also be used to specify the loading order of a class within an output SWF, by specifying the class that it must be output before. A class cannot be specified as both an IncludeClass and an ExcludeClass. The first declaration will always be used in this situation. All included classes can be verified by enabling the ASProperty 'logLoadedClasses' option.

Attributes

name The name of the ActionScript class to be included in the output movie
TypeString
outputBeforeClass Optional attribute containing the name of the ActionScript class that this class should be output before.
TypeString

Child Elements

None

Parent Elements

ActionScriptSettings

Examples

ActionScriptSettings Example

Previous Element
Include

Next Element
IncludePath