I'm in the process of creating a tool which needs to be able to compile a swf file. The interface preferably has to be flash/air.
I have a rough idea about how it could be done but there is some holes...
My thoughts go something like this:
- Write a file with the actionscript class(Fairly straighforward with air I believe)
- Compile the file via the mxml compiler(http://www.senocular.com/flash/tutorials/as3withmxmlc/)
Whats the best way to automate the compiling so it's called via actionscript? Please point me in a good direction and you'd have my undying gratitude. Many thanks.