Frames 

 No Frames

Previous Element
Argument

Next Element
Bevel


ASProperty

Allows this document to override default ActionScript processing properties.

Attributes

name The name of the ActionScript property to override. Check the detailed configuration documentation here for more information on each of these settings.
Values
logCachedClasses
Alter the logging status for accesses to precompiled classes. When true, all classes retrieved from class class are logged. When false, retrieving a class from the class cache is done silently.
logLoadedClasses
Alter the logging status for all classes loaded into the output SWF and their load order. When true, the names and output order of all classes are logged on SWF output. When false, no logging of loaded classes is done.
logParsedClasses
Alter the logging status for all accesses to parsed classes. When true, each class that is parsed is logged. When false, no notification is given when reading a class.
enableWarningMessages
Alter the default logging for warning messages. When 'true', all warning messages are logged. When false, only error messages are reported.
optimizeFunctions
Change the behavior of the ActionScript function optimizer. When true, functions will be optimized. When false, functions will not be optimized.
setterReturnsValue
Change the behavior of the implementation of the 'set' property method. When true, extra code is inserted into AS2.0 'setter' methods to call the 'getter' value. When false, the setter does not return a value.
analyzeScriptsAsAS2
Change the behavior on how KineticFusion handles embedded scripts. When true, all scripts will be analyzed as AS2.0 scripts. When false, AS2.0 syntax is accepted but no semantic analysis or class retrieval will be carried out.
useCachedClasses
Change the behavior on whether precompiled classes are used when available. When true, classes will only be compiled if unavailable or invalid. When false, required classes will always be recompiled.
value This attributes defines the value for the specified property
Valuestrue
false

Child Elements

None

Parent Elements

ActionScriptSettings

Examples

ActionScriptSettings Example

Previous Element
Argument

Next Element
Bevel