Handy Flex 2 compiler arguments

Descriptions are from the Adobe Flex 2 Help that can be accessed in Eclipse under Help->Help Contents.

The topic that this information can be found under is:
Building and Deploying Flex 2 Applications > Building Flex Applications > Using the Flex Compilers > Using the application compiler

-benchmark=true|false
Prints detailed compile times to the standard output.

-default-frame-rate int
Sets the application's frame rate.

-keep-generated-actionscript=true|false
Determines whether to keep the generated ActionScript class files.

-optimize=true|false
This one should always be set to true.
Enables the ActionScript optimizer. This optimizer reduces file size and increases performance by optimizing the SWF file's bytecode.

Comments are closed.