Tuesday, January 6, 2009

Comipling Flex components together with your application via command-line

Flex’s “mxmlc” compiler automatically searches sub-folders within your root package directory for source files, you don’t need to specify them on the command line. The reason mxmlc might complain that it does not know where some custom ActionScript classes are is because you may have forgotten to import the custom component files inside the class you use them in!