Even if you have flex components you can use the FlexSDK to compile it automatically using a shell script as well. The FlexSDK is completely free to download from adobe's website:
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk It can compile pure as3 as well as flex-specific code, and it can even compile Flex css files. -- Ziad Saab On Fri, May 1, 2009 at 4:21 PM, Matthias Kramm <[email protected]> wrote: > On Fri, May 01, 2009 at 02:53:51PM -0500, Steve Linabery < > [email protected]> wrote: > > Hey, that sounds really promising. I'll take a look. Thanks for that > > info. > > Thinking about it, what you actually need is a decompiler- I think > there's at least one (commercial) product out there which can > produce the source code for ActionScript 3.0 code. > Maybe using that is more efficent than hacking all this yourself. > > > Yes. The packaging guidelines for Fedora spell this out in detail[1], > > but basically to get in Fedora you must be able to build everything > > from source, using no non-open, pre-compiled binaries. > > Ok- btw. is your project pure ActionScript, or does it also contain > Flex components (XML files)? > If it's pure ActionScript you might also be able to compile it using > as3compile, which is completely free. > > Matthias > > > > >
