I am just getting started with flex and am using the SDK (not Flex Builder). I was wondering what\'s the best way to compile a mxml file from an ant build script.
If you're open to Maven, try the flex-compiler-mojo plugin:
http://code.google.com/p/flex-mojos/
Christiaan