I've created SWC consisting from a single class but class contains a bunch of 
methods and when I built  SWc i found that it is 87Kb. In same time report.xml 
stated that my class is only 3kb, everything else is garbage consisting from 
many Flex frameworks classes used directly or indirectly in my main class.

So question how to build my own SWC without all redundant classes?

What is the reason  to keep all that? As I understand when my SWC will be 
linked in flex Application Flex builder will add only required classes to the 
result SWF ?

Reply via email to