Specifications

CHAPTER 2
18
The following example shows an example of the directory structure of a simple Flex application:
This application consists of a root application directory and directories for different types of files. Everything
required to compile and run the application is contained in the directory structure of the application.
Flex Builder adds additional directories to the application that are not present for Flex SDK applications:
.settings Contains the preference settings for your Flex Builder project
bin-debug Contains the debug SWF and debug wrapper files
bin-release Contains the generated SWF file and wrapper file, created by Flex Builder when you select File >
Export > Release Version
html-template Contains additional files used by specific Flex features, such as deep linking or Player detection.
Flex Builder uses these files to generate an HTML wrapper for your SWF file.
mainApp.mxml
PriceValidator.mxml
myValidators
AddressValidator.as
PriceFormatter.mxml
myFormatters
StringFormatter.as
logo.gif
assets
.settings (Flex Builder only)
bin (Flex Builder only)
html-template (Flex Builder only)
splashScreen.gif
appRoot