Hi All! I have created separate Flex Library Project with a set of reusable classes, so that I plan to extend it constantly and use it in different projects. Since not all the library classes from Flex Library Project will be used in each and every Flex Project, I worry about optimization - does compiler include all the classes from the Flex Library Project used in Flex Project into the resulting SWF or only those which have been used?
Thanks you in advance. Sergey.

