I am using flexmojos to build my flex projects.
I also have a flash project containing .fla files which needs to compiled into swf
Does anyone have any ideas on how to do that?
One solution I thought was to use a command line script to do it and force maven to call the script. Something like this
Any other ideas?
It looks like Maven is similair to Ant; if so, check this out:
http://code.google.com/p/flashanttasks/
http://blog.jodybrewster.net/2009/04/26/flashanttasks-compiling-flash-movies-with-ant/