Hi, a global application using Flex compiled with optimize = true is 178K in size. How to reduce the size of the application?
We do not like to use RSL, we do not like to avoid Flex.
The largest part of the resulting SWF is unused bytecode. Are there any tools for optimizing bytecode - exclude unused methods, classes, give methods shorter names, etc.?
I know some such Java bytecode tools. Are there any SWFs there?
source
share