Specifications
CHAPTER 1
6
Build phase
Building your application is an iterative process that includes three main tasks:
1 Compile
2 Debug
3 Test
About compiling
Compiling your application converts your application files and assets into a single SWF file. During compilation,
you set compiler options to enable accessibility, enable debug information in the output, set library paths, and set
other options. You can configure the compiler as part of configuring your project in Flex Builder, by using
command-line arguments to the compiler, or by setting options in a configuration file.










