Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Each Flex project that's designed for deployment over the Web contains a folder named html-template. This folder contains models for the HTML and supporting files that run your application in the browser. Whenever you save changes to your source code, Flash Builder automatically rebuilds your application using the HTML model file to generate an HTML wrapper. At the same time, it copies the contents of the html-template folder to the output folder that contains the compiled application. Figure 3.8 shows the contents of the html-template folder.
NOTE
The html-template folder and its contents do not need to be copied to the Web server to deploy the application. These files are used only during the compilation process.