Previous Element | Next Element |
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 | |
Type | String | |
outputBeforeClass | Optional attribute containing the name of the ActionScript class that this class should be output before. | |
Type | String |
Child Elements
None
Parent Elements
ActionScriptSettingsExamples
ActionScriptSettings ExamplePrevious Element | Next Element |