How to disable the HTML wrapper file in Flex
15 Apr / 09
Flexbuilder generates a HTML wrapper file by default when you run your projects. I usually turn it off while developing to save some time waiting on my browser to reload the HTML file. After disabling this setting, your application will be launched within the standalone flash player.
Open the project properties, and select Flex Compiler properties.

Uncheck Generate HTML wrapper file.

Related posts:






Post a comment