3
votes

I'm trying to setup my bin-debug folder so that the structure looks like this:

  • bin-debug
    • assets
      • img
      • swf
        • main.swf
    • css
      • style.css
    • js
      • swfobject.js
    • index.html

I've tried setting the project's output folder to: bin-debug/assets/swf which does get my main.swf where I want it, but then my other source folders get dumped into that swf folder as well. What I would really like is to tell Flash Builder to put my swf into a nested folder and to be able to specify where my build folders' output goes as well. Is this at all possible without resorting to ANT scripts?

3

3 Answers

1
votes

I ended up setting up an Ant script to pull this off and completely removing the html-template folder. Doesn't seem like there's any decent alternative. The upshot is that the Ant script gives me a lot more flexibility.

0
votes

I don't think this is possible in Flash Builder. I have been looking for this feature myself but with no luck. I know it is possible in FDT though.

0
votes

Just modify the html-template folder to look like the structure of your desired output. The variables in the index.template.html file is pretty well documented as well.