compiler construction - Flex linking: Why is the size of my swf file smaller than the sum of it's swc's? -
Here's a dumb question: I compile my Flex application with several SQL (libraries) and it creates a SVF file is. The sum of Swc is roughly 4 MB, yet the actual SUV is only 1.6 MB generated. How is this possible?
Thank you!
The compiler compiles only sections of the Swc that your application requires, unless you specify it Do the categories that you want to 'embed', so in the end the small size of swf
Comments
Post a Comment