I have a flex project with two .mxml files. Therefore, there are two .swf files in the bin folder. The size one of them is 500Kb and another 3Mb. Why are they so different? I assume some files with embedded images are not included in the first one. But why? All files in one project in flex builder.
Share
There’s another question about analyzing the size of the SWFs. It has an answer with a tool that lets you easily visualize what exactly it is that takes so much space in the file, based on a report made at compile time.
Any way to analyze the size of a SWF built in Flex?