mxmlc
Going commando with flex on ubuntu: mxmlc, fdb, fcsh
Submitted by benl on Tue, 05/04/2010 - 23:02
Related Terms :
No, I did not just sneeze at you. These are the names of the commands you should get to know if you're a bleeding edge Flex developer.
In a nutshell:
mxmlc flashcard.mxmlTo get more advanced, specify the path to output the compiled swf to, and mark for debug:
mxmlc -library-path+=libs/as3corelib.swc -debug=true -output=bin-debug/flashcard.swf src/flashcard.mxml