Specifications
141ADOBE FLEX 3
Building and Deploying Adobe Flex 3 Applications
default-background-color int
Sets the application’s background color. You use the 0x notation to set the
color, as the following example shows:
-default-background-color=0xCCCCFF
The default value is null. The default background of a Flex application is an
image of a gray gradient. You must override this image for the value of the
default-background-color option to be visible. For more information,
see
“Editing application settings” on page 156.
This is an advanced option.
default-frame-rate int
Sets the application’s frame rate. The default value is 24.
This is an advanced option.
default-script-limits
max-recursion-depth
max-execution-time
Defines the application’s script execution limits.
The max-recursion-depth value specifies the maximum depth of Adobe
Flash Player call stack before Flash Player stops. This is essentially the stack
overflow limit. The default value is 1000.
The max-execution-time value specifies the maximum duration, in
seconds, that an ActionScript event handler can execute before
Flash Player
assumes that it is hung, and aborts it. The default value is 60 seconds. You
cannot set this value above 60 seconds.
You can override these settings in the application.
This is an advanced option.
default-size width height
Defines the default application size, in pixels.
This is an advanced option.
defaults-css-files filename [, ...]
Inserts CSS files into the output the same way that a per-SWC defaults.css file
works, but without having to re-archive the SWC file to test each change.
CSS files included in the output with this option have a higher precedence
than default CSS files in existing SWCs. For example, a CSS file included with
this option overrides definitions in framework.swc’s defaults.css file, but it has
the same overall precedence as other included CSS files inside the SWC file.
This option does not actually insert the CSS file into the SWC file; it simulates
it. When you finish developing the CSS file, you should rebuild the SWC file
with the new integrated CSS file.
This option takes one or more files. The precedence for multiple CSS files
included with this option is from first to last.
This is an advanced option.
Option Description










