Why are my HTML templates disappearing in flex builder when I target fp10?
When I target flash player开发者_高级运维 10 in flex builder 3, the index.html template along with some other files (history.js, etc) are removed and no wrapper html page is built.
Anyone else experiencing this? I have an ant build script as well, but I was trying to run the built in fb builder.
Thanks, Dave
Try cleaning you project then build the whole project again. Im using ecplise in building my flex project do i cant tell you how to clean the project in flex builder.. hope this idea helps.
- Go to your project's properties (right click, Properties)
- Go to Flex Compiler
- Under "Html wrapper" uncheck "Generate HTML wrapper file"
- Click "Apply"
- Then check "Generate HTML wrapper file" (the same one you just unchecked)
- Click "Apply"
You should now see that the html wrapper files are regenerated.
精彩评论