How would you compile actionscript code whose main class is inside a package using mxmlc command line compiler? Consider the following –
com.nuaavee::MainClass
com.nuaavee.utility::SomeUtility
MainClass imports SomeUtility class.
Is there a way to compile these classes keeping MainClass as the main class to generate a swf?
Here is a solution that has been tested to work –