i have a library project with AS3 classes and a single asset (png). when FlexBuilder compiles it I get an swc that's 295,737 bytes. when i un-jar it i see that there are additional mx icons and the library.swf is 273,952 bytes.
so, when i compile with compc i don't get the additional icons and my swc file is 20,120 bytes--10% of the FlexBuilder size! i have full unit tests for all classes in the library. my first thought was that they would fail, but they all passed. i have functional tests that also pass. and, when i include the lib in a full application i get everything i expect. so what is FlexBuilder adding? and, would i expect the same results for a mxmlc compile? it would be nice to get a file size reduction. thanks for your help...

