Previous Element | Next Element |
ExcludeClass
This defines a class or package that must not be included in
an output SWF movie. A class cannot be specified as both an
IncludeClass and an ExcludeClass. The first declaration will
always be used in this situation. When a package is excluded
then it will override all IncludeClass declarations. All
excluded classes can be verified by enabling the
ASProperty
'logLoadedClasses' option.
Attributes
name | The name of the ActionScript class or package to be excluded from the output movie. This uses the same syntax as the import directive in ActionScript 2.0. To exclude a class, the name should be specified as a fully qualified class name. To exclude a package, only the package name should be specified followed by a '.*' e.g. 'mx.core.*' | |
Type | String |
Child Elements
None
Parent Elements
ActionScriptSettingsExamples
None
Previous Element | Next Element |