With Adobe having moved the FLA format from a proprietary binary blob to a more edit and VCS friendly XML dialect, it would seem that it would be easy(er) to create a compiler that can act as a substitute to the official Flash tools from Adobe.

Sadly Adobe doesn't seem to be interested in adding an "xflc" to its Flex SDK anytime soon (which is unsurprising considering they'd be directly competing with the only reason most Flash developers have to use their expensive software), so it seems like someone else has to come up with a solution instead.

I have to work with ActionScript 3, often in timeline scripts (which is often the easiest way to do it for pure GUI code, especially so considering Flash's poor treatment of "Flash projects"). XFL seems like a great step towards decoupling the format from Flash Pro. So far my efforts have focussed on putting all the code in AS files and trying to use SWFs only for the assets, but if there was a way to use XFL without relying on commercial Adobe software, that would simplify the workflow a lot (graphics guys rely on it).

Enough rambling. Is there or ain't there (going to be) a cost-free (or low-cost) solution for compiling XFL to SWF files?

link|improve this question

feedback

1 Answer

that is a cool idea , i am half way of building an online XFL Editor, action script compilation not included in the first phase. my goal is to create swf animations within browser.

link|improve this answer
How is this project coming along. I am interested in doing this on an iPad/iOS device. Any thoughts? – smcdrc Mar 25 '11 at 20:15
Hi, check out project repository code.google.com/p/as3-xfl-compiler its not completed, i am working on it. – nidin Jun 29 '11 at 13:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.