Only what you use in your app will be linked into the SWF, so if the preloader is all that you use then none of the other bloat will make it into the SWF file. So your library SWC might be 5 megs, but if all you use is the tiny preloader then your swf file won't be big... well, unless you think all Flex swfs are big... :)
Doug On Fri, Aug 22, 2008 at 1:57 PM, Baz <[EMAIL PROTECTED]> wrote: > Hi, > > I have a "Flex Library Project" that is the foundation for all other flex > projects in our department. It includes complex mxml components, themes, > fonts, images, assets, etc. - heavy stuff. I am now working on a custom > preloader that I would like all the applications to share and use. The > question is, should I create separate "Flex Library Project" just for the > preloader to keep the size at an absolute minimum, or is flex capable of > loading only the preloader bits during preloading if I include it in my big > fat library? > > Thanks, > Baz > > > > >

