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

