Although the MTASC command-line compiler can compile ActionScript class files into an SWF, I need specific insights into its capabilities, via the command-line switches.
- Configure which Flash Player version you're targeting, 6 / 7 / 8
-version n
: specify SWF version : 6 to generate Player 6r89 compatible SWF or 8 to access Flash8 features.
- Configure which single frame of the movie, contains all the code.
-frame f
: will export AS2 classes into target frame of swf.
- But how do I configure what frames of the movie, contain what ActionScript code??
- In other words, put class A into frame 1, class B into frame 2, class C into frame 3 of the flash movie.