
AS3 Quick Build documentation
The Quick Build allows you to build the current MXML / AS file. This feature keeps the Flex compiler in memory for fastest compilation.
By default it will call the Flex compiler against the current file with no specific arguments and the SWF will be created at the root of your project.

The Quick Build accepts a optional custom command line through the @mxmlc tag (in both AS3 & MXML comments!).
- the current file is automatically added to the command as the main class,
- all relative pathes are resolved from the project root directory,
- the default output SWF is generated in the project root directory,
- unlike the @mtasc tag, the global classpathes are not added automatically to the command line.