Specifications
CHAPTER 8
146
keep-all-type-selectors=true|false
Instructs the compiler to keep a style sheet’s type selector in a SWF file, even if
that type (the class) is not used in the application. This is useful when you have
a modular application that loads other applications. For example, the loading
SWF file might define a type selector for a type used in the loaded (or, target)
SWF file. If you set this option to
true when compiling the loading SWF file,
then the target SWF file will have access to that type selector when it is loaded.
If you set this option to
false, the compiler will not include that type selector
in the loading SWF file at compile time. As a result, the styles will not be avail
-
able to the target SWF file.
This is an advanced option.
keep-generated-actionscript=true|false
Determines whether to keep the generated ActionScript class files.
The generated class files include stubs and classes that are generated by the
compiler and used to build the SWF file.
When using the application compiler, the default location of the files is the
/generated subdirectory, which is directly below the target MXML file. If the
/generated directory does not exist, the compiler creates one. When using the
compc component compiler, the default location of the /generated directory
is relative to the output of the SWC file. When using Flex Builder, the default
location of the generated files is the /bin/generated directory.
The default names of the primary generated class files are filename-gener-
ated.as and filename-interface.as.
The default value is false.
This is an advanced option.
language code
Sets metadata in the resulting SWF file. For more information, see “Adding
metadata to SWF files” on page 155.
Option Description










