Hi folks, I've recently written an open source tool in AIR for visually exploring the dependencies between classes and packages in an Adobe Flex application. The tool makes it much easier for developers to understand where the code size is concentrated in their app, and how their application might be made smaller, or broken up into dynamically loadable modules. It works off of the optional link report XML file generated by mxmlc -- basically, it is a link report visualizer.
For more information, take a look at the project on Google Code: http://code.google.com/p/it-depends/ Cheers... ... . . . joe

