mxmlc

Going commando with flex on ubuntu: mxmlc, fdb, fcsh

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.mxml

To 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

Syndicate content