Update: I just found this
air application for link report visualization
If you are an experienced Flex user you’ll know many ways to reduce the size of your compiled code. Using Modules, RSL, etc… But there’s nothing else you can do?
The trick I will show you do not necessarily reduce the size of your application, but you’ll get a complete list of all the classes on your project with the size it takes.
To do so you only must use this instruction:
–link-report=report.xml
for the compiler. This will generate an xml file with all the information of your project, with dependencies, sizes, etc… You’ll find this file inside your bin-debug folder
I hope you find this trick useful!
Related posts:
- New Tool: Flex PMD
- Flex 3, e4x, xml and filtering using Regular expressions (regExp)
- Compile CSS to SWF memory bottleneck

It‘s quite in here! Why not leave a response?