| name | alias | description |
| -benchmark | | output performance benchmark |
| -compiler.accessible | -accessible | generate an accessible SWF |
| -compiler.actionscript-file-encoding | -actionscript-file-encoding | specifies actionscript file encoding. If there is no BOM in the AS3 source files, the compiler will use this file encoding. |
| -compiler.context-root | -context-root | path to replace {context.root} tokens for service channel endpoints |
| -compiler.debug | -debug | generates a movie that is suitable for debugging |
| -compiler.external-library-path [path-element] [...] | -external-library-path | list of SWC files or directories to compile against but to omit from linking (repeatable) |
| -compiler.fonts.advanced-anti-aliasing | -advanced-anti-aliasing | enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts. |
| -compiler.fonts.flash-type | -flash-type | enables FlashType for embedded fonts, which provides greater clarity for small fonts. |
| -compiler.fonts.max-glyphs-per-face | -max-glyphs-per-face | sets the maximum number of character glyph-outlines to keep in the server cache for each font face. The default value is 1000. |
| -compiler.include-libraries [library] [...] | -include-libraries | a list of libraries (SWCs) to completely include in the SWF (repeatable) |
| -compiler.incremental | -incremental | enables incremental compilation |
| -compiler.library-path [path-element] [...] | -l | list of SWC files or directories that contain SWC files (repeatable) |
| -compiler.locale [locale-element] [...] | -locale | specifies the locale for internationalization (repeatable) |
| -compiler.mxml.compatibility-version | -compatibility-version | specifies a compatibility version. e.g. -compatibility-version=2.0.1 |
| -compiler.namespaces.namespace | -namespace | Specify a URI to associate with a manifest of components for use as MXML elements (repeatable) |
| -compiler.optimize | -optimize | Enable post-link SWF optimization |
| -compiler.profile | -profile | generate a movie that is suitable for performance and memory profiling |
| -compiler.services | -services | path to Flex Data Services configuration file |
| -compiler.show-actionscript-warnings | -show-actionscript-warnings | runs the AS3 compiler in a mode that detects legal but potentially incorrect code |
| -compiler.show-binding-warnings | -show-binding-warnings | toggle whether warnings generated from data binding code are displayed |
| -compiler.show-deprecation-warnings | -show-deprecation-warnings | toggle whether the use of deprecated APIs generates a warning |
| -compiler.show-unused-type-selector-warnings | -show-unused-type-selector-warnings | toggle whether warnings generated from unused CSS type selectors are displayed |
| -compiler.source-path [path-element] [...] | -sp | list of path elements that form the roots of ActionScript class hierarchies (repeatable) |
| -compiler.strict | -strict | runs the AS3 compiler in strict error checking mode. |
| -compiler.theme [filename] [...] | -theme | list of CSS or SWC files to apply as a theme (repeatable) |
| -compiler.use-resource-bundle-metadata | -use-resource-bundle-metadata | determines whether resources bundles are included in the application. |
| -help [keyword] [...] | | keywords are 'syntax', 'list', 'advanced', 'aliases', 'details', or a search term |
| -include-resource-bundles [bundle] [...] | | (repeatable) |
| -licenses.license | -license | specifies a product and a serial number. (repeatable) |
| -load-config | | load a file containing configuration options (repeatable) |
| -metadata.contributor | -contributor | A contributor's name to store in the SWF metadata (repeatable) |
| -metadata.creator | -creator | A creator's name to store in the SWF metadata (repeatable) |
| -metadata.date | -date | The creation date to store in the SWF metadata |
| -metadata.description | -description | The default description to store in the SWF metadata |
-metadata.language | -language | The language to store in the SWF metadata (i.e. EN, FR) (repeatable) |
| -metadata.localized-description | -localized-description | A localized RDF/XMP description to store in the SWF metadata (repeatable) |
| -metadata.localized-title | -localized-title | A localized RDF/XMP title to store in the SWF metadata (repeatable) |
| -metadata.publisher | -publisher | A publisher's name to store in the SWF metadata (repeatable) |
| -metadata.title | -title | The default title to store in the SWF metadata |
| -output | -o | the filename of the SWF movie to create |
| -runtime-shared-libraries [url] [...] | -rsl | a list of runtime shared library URLs to be loaded before the application starts (repeatable) |
| -runtime-shared-library-path [path-element] [rsl-url] [policy-file-url] [rsl-url] [policy-file-url] | -rslp | (repeatable) |
| -static-link-runtime-shared-libraries | -static-rsls | statically link the libraries specified by the -runtime-shared-libraries-path option. |
| -target-player | | specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0". |
| -use-network | | toggle whether the SWF is flagged for access to network resources |
| -version | | display the build version of the program |
| -warnings | | toggle the display of warnings |
| name | alias | description |
| -benchmark | | output performance benchmark |
| -compiler.accessible | -accessible | generate an accessible SWF |
| -compiler.actionscript-file-encoding | -actionscript-file-encoding | specifies actionscript file encoding. If there is no BOM in the AS3 source files, the compiler will use this file encoding. |
| -compiler.context-root | -context-root | path to replace {context.root} tokens for service channel endpoints |
| -compiler.debug | -debug | generates a movie that is suitable for debugging |
| -compiler.external-library-path [path-element] [...] | -external-library-path | list of SWC files or directories to compile against but to omit from linking (repeatable) |
| -compiler.fonts.advanced-anti-aliasing | -advanced-anti-aliasing | enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts. |
| -compiler.fonts.flash-type | -flash-type | enables FlashType for embedded fonts, which provides greater clarity for small fonts. |
| -compiler.fonts.max-glyphs-per-face | -max-glyphs-per-face | sets the maximum number of character glyph-outlines to keep in the server cache for each font face. The default value is 1000. |
| -compiler.include-libraries [library] [...] | -include-libraries | a list of libraries (SWCs) to completely include in the SWF (repeatable) |
| -compiler.incremental | -incremental | enables incremental compilation |
| -compiler.library-path [path-element] [...] | -l | list of SWC files or directories that contain SWC files (repeatable) |
| -compiler.locale [locale-element] [...] | -locale | specifies the locale for internationalization (repeatable) |
| -compiler.mxml.compatibility-version | -compatibility-version | specifies a compatibility version. e.g. -compatibility-version=2.0.1 |
| -compiler.namespaces.namespace | -namespace | Specify a URI to associate with a manifest of components for use as MXML elements (repeatable) |
| -compiler.optimize | -optimize | Enable post-link SWF optimization |
| -compiler.profile | -profile | generate a movie that is suitable for performance and memory profiling |
| -compiler.services | -services | path to Flex Data Services configuration file |
| -compiler.show-actionscript-warnings | -show-actionscript-warnings | runs the AS3 compiler in a mode that detects legal but potentially incorrect code |
| -compiler.show-binding-warnings | -show-binding-warnings | toggle whether warnings generated from data binding code are displayed |
| -compiler.show-deprecation-warnings | -show-deprecation-warnings | toggle whether the use of deprecated APIs generates a warning |
| -compiler.show-unused-type-selector-warnings | -show-unused-type-selector-warnings | toggle whether warnings generated from unused CSS type selectors are displayed |
| -compiler.source-path [path-element] [...] | -sp | list of path elements that form the roots of ActionScript class hierarchies (repeatable) |
| -compiler.strict | -strict | runs the AS3 compiler in strict error checking mode. |
| -compiler.theme [filename] [...] | -theme | list of CSS or SWC files to apply as a theme (repeatable) |
| -compiler.use-resource-bundle-metadata | -use-resource-bundle-metadata | determines whether resources bundles are included in the application. |
| -compute-digest | | writes a digest to the catalog.xml of a library. This is required when the library will be used in the -runtime-shared-libraries-path option. |
| -directory | | |
| -help [keyword] [...] | | keywords are 'syntax', 'list', 'advanced', 'aliases', 'details', or a search term |
| -include-classes [class] [...] | -ic | (repeatable, default variable) |
| -include-file | -if | (repeatable) |
| -include-namespaces [uri] [...] | -in | (repeatable) |
| -include-resource-bundles [bundle] [...] | -ir | (repeatable) |
| -include-sources [path-element] [...] | -is | (repeatable) |
| -include-stylesheet | | (repeatable) |
| -licenses.license | -license | specifies a product and a serial number. (repeatable) |
| -load-config | | load a file containing configuration options (repeatable) |
| -metadata.contributor | -contributor | A contributor's name to store in the SWF metadata (repeatable) |
| -metadata.creator | -creator | A creator's name to store in the SWF metadata (repeatable) |
| -metadata.date | -date | The creation date to store in the SWF metadata |
| -metadata.description | -description | The default description to store in the SWF metadata |
-metadata.language | -language | The language to store in the SWF metadata (i.e. EN, FR) (repeatable) |
| -metadata.localized-description | -localized-description | A localized RDF/XMP description to store in the SWF metadata (repeatable) |
| -metadata.localized-title | -localized-title | A localized RDF/XMP title to store in the SWF metadata (repeatable) |
| -metadata.publisher | -publisher | A publisher's name to store in the SWF metadata (repeatable) |
| -metadata.title | -title | The default title to store in the SWF metadata |
| -output | -o | the filename of the SWF movie to create |
| -runtime-shared-libraries [url] [...] | -rsl | a list of runtime shared library URLs to be loaded before the application starts (repeatable) |
| -runtime-shared-library-path [path-element] [rsl-url] [policy-file-url] [rsl-url] [policy-file-url] | -rslp | (repeatable) |
| -static-link-runtime-shared-libraries | -static-rsls | statically link the libraries specified by the -runtime-shared-libraries-path option. |
| -target-player | | specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0". |
| -use-network | | toggle whether the SWF is flagged for access to network resources |
| -version | | display the build version of the program |