3

Which mxmlc attributes do I need to replicate the behaviour of Flash Builder 4's Export Release Build?

debug=false and optimize=true seems obvious, but doesn't reduce the swf's file size as FB4's Export Release Build does.

  • have you compared the two SWFs ? have a look here: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_13.html – Dan Apr 07 '11 at 13:59

1 Answers1

2

Flash Builder use RSLs by default.

There is a documentation about how to use RSL with the command line here

Florian F
  • 8,822
  • 4
  • 37
  • 50