-optimize=true;
If set to true, it enables the ActionScript optimizer. This optimizer reduces file size and increases performance by optimizing the SWF file's bytecode. The default value is false.
In my case setting it to true saved 50kb
Also, make sure to set the debug option to false when you are deploying :
-debug=false
This can save nearly 100kb.
For additional compiler options: click here >
No comments:
Post a Comment