-
swf compiler for linux?
Hello all,
I was wondering if anyone knew of a tool I could use to compile a swf from the command line.
What I'm really aiming to do is this:
I got a project on my plate right now that calls for a game to be altered every day with a new configuration, features, etc.
Thing is that the list of possible things that could be in there on any given day is quite large, and the assets each will need are big as well.
So I'm trying to find a solution that will load the AS files, images, etc. for just the features that will be enabled everyday
...without having to spend each day compiling a new swf from the authoring tool.
Any suggestions?
_g
-
The free flex sdk is java based and should run on linux.
There's apparently a maven plugin for flex and actionscript as well: http://sites.sonatype.org/flexmojos/...-swf-mojo.html
Searching for combinations of "flash as3 ant" should also pull up some results for making ant build scripts to compile swfs.