Maybe optimzing? Eg. do i really need this big lib, which adds 400k to my app, or am i better of to write the functions is need on my own? Maybe i'm a controlfreak though :)
Cheers, Ralf. On 8/4/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > Not necessarily. > > I don't really understand why this feature is useful. You might as > well measure the file size of the .as or the number of lines or > something like that. If you need code for the app to work, it doesn't > really matter how big it is does it? > > -bob > > On Aug 3, 2006, at 2:40 PM, Scott Hyndman wrote: > > > Would the percentage size of a single class file with respect to the > > entire uncompressed build be proportionate to that of its compressed > > counterpart? > > > > For example, > > > > Uncompressed: > > class A - 2k > > entire build - 10k > > > > Compressed: > > class A - 1k > > entire build - 5k > > > > See what I'm getting at? I don't really know anything about > > compression, so forgive me if this sounds ignorant. > > > > Scott > > > > On 03/08/06, Ken Rogers <[EMAIL PROTECTED]> wrote: > >> That would be fantastic. Thanks for asking this question, as I was > >> wondering the same. I would immediately gain a lot from this small > >> feature. :D > >> -Ken > >> > >> Ralf Bokelberg wrote: > >>> Good question. > >>> I could add an option to display the size of each compiled class, > >>> eg. > >>> soemthing like sizeReport in Flash, > >>> > >>> Cheers, > >>> Ralf. > >>> > >>> On 8/3/06, João Saleiro <[EMAIL PROTECTED]> wrote: > >>> > >>>> > >>>> > >>>> Hi people, > >>>> > >>>> > >>>> > >>>> Is there a way to compile on MTASC and know exactly how many kb > >>>> each class > >>>> adds to the swf? > >>>> > >>>> > >>>> > >>>> Thanks, > >>>> > >>>> > >>>> > >>>> João > >>>> _______________________________________________ > >>>> osflash mailing list > >>>> [email protected] > >>>> http://osflash.org/mailman/listinfo/osflash_osflash.org > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>> > >> > >> > >> _______________________________________________ > >> osflash mailing list > >> [email protected] > >> http://osflash.org/mailman/listinfo/osflash_osflash.org > >> > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- Ralf Bokelberg <[EMAIL PROTECTED]> Flex & Flash Consultant based in Cologne/Germany _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
