Is subfolders possible in Flash Builder bin-debug

I am trying to configure the bin-debug folder so that the structure looks like this:

  • bin debugging
    • assets
      • IMG
      • Swf
        • main.swf
    • CSS
      • style.css
    • Js
      • swfobject.js
    • index.html

I tried setting the project output folder to: bin-debug / assets / swf, which gets my main.swf where I want it, but then my other source folders are also dumped to this swf folder. I would like Flash Builder to include my swf in a subfolder and be able to specify where my folders are outputting. Is this possible without resorting to ANT scripts?

+3
source share
3 answers

Ant script, html-template. , . , Ant script .

+1

, Flash Builder. , . , FDT.

0

Just change the html-template folder to look like the structure of your desired result. The variables in index.template.html are pretty well documented .

0
source

Source: https://habr.com/ru/post/1745025/


All Articles