We have a huge action script project and the initial download swf size has bloated a lot. A lot of classes in the action script files are embedded using the embed syntax from swf files while compiling which is one of the major contributors to the bloat. We are trying to lazily load the classes as needed and the first step towards the process is in identifying which symbols contribute to the bloat. We would like to recursively scan through all our swf files, extract all the symbols marked with "export for action script" and find out their sizes and sort them based on their size. This can be done through a script but we want a tool that lets us extract symbols from swf and give it's size. Does swf extract allow us to extract symbols from swf files which are marked as "export for action script" and give it's corresponding size?
-- Cheers, Abhi
--------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
