Why are my HTML templates disappearing in flex builder when I target fp10?

687 views Asked by At

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

2

There are 2 answers

1
Treby On

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.

0
user305370 On
  1. Go to your project's properties (right click, Properties)
  2. Go to Flex Compiler
  3. Under "Html wrapper" uncheck "Generate HTML wrapper file"
  4. Click "Apply"
  5. Then check "Generate HTML wrapper file" (the same one you just unchecked)
  6. Click "Apply"

You should now see that the html wrapper files are regenerated.