Output filename in Flash Builder
actionscript-3, flash
Solution
Command line arguments for mxmlc are listed here and it seems that adding `-output file.swf` to the additional compiler arguments field in Project|Properties|Flex Compiler is the way to go. But it didn't work for me (I am using FB3, but that shouldn't matter).
Problem
I am trying Flash Builder for the first time and I'm stuck in a simple task. How can I change the output filename? By default, Flash Builder gives the SWF the same name of the entry point class and I couldn't find anywhere to change it. Anybody?