hello, i am developing a flex application and i want to use some custom components which i made in flash cs3. however when i export my symbols to swc using the flash component kit the filesize of those components is very large. above 400k. when i export the flashcs3 project, it has only below 100k.
i do have some libraries on my actionscript3 classpath. is it possible that all those source as3 files are also compiled into the swc component although not all of them are used? if so, how can i avoid that? will the final flex application also contain all those classes? will it include each class only once, if it is included in several components? thanks!
