How can I automate the assembly of multiple swfs from Flash Builder 4?

I am working on a project with Main.fla and Preload.fla files. I do all the coding in Flash Builder 4. Every time I want to test, I need to switch to Flash CS5, publish Main.swf and run Preload.swf. Is there a way to automate this process so that I can just click on the “Run main” button inside Flash Builder 4 and everything that is done automatically?

+3
source share
1 answer

Use the JSFL script to compile all your fla. Then configure JSFL as an external tool in Flash Builder.

+1
source

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


All Articles