If you are using Flex Builder to compile your ActionScript project, you can
use the following compiler arguments:

*-link-report c:\pathToTempDirectory\link-report.xml*

This file will list each class like this:

*<script name="E:\Projects\RichTextEditor\src\fly\utils\LinkedList.as"
mod="1210602181669" size="3517" optimizedsize="1743">
  <def id="fly.utils:LinkedList" />
  <pre id="Object" />
  <dep id="flash.utils:Dictionary" />
  <dep id="AS3" />
</script>*

As you can see it contains the size both compressed and uncompressed.


Greetz Erik

On 5/6/08, Ketan Anjaria <[EMAIL PROTECTED]> wrote:
>
> When I use the Generate Size report in the publish settings, at the end of
> the file it says something like
> ActionScript Bytes    Location
> ------------------    --------
>             140568    ActionScript 3.0 Classes
>
> Is there a way to break this up by class?
> I would love to get a list of each class and how large it is.
>
> Thanks!
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to