Flex graphic assets: SWF or SWC?
Which is a better format to store graphic assets for a Flex application, SWF or SWC? Are there any real differences, and if so what are they? Assets in a seperate SWF are loaded and included at runtime. Assets in a SWC are loaded and included / compiled at compile time. You can also directly embed assets within the main app SWF at compile time (check out the Embed meta data). Of course, you can also load individual assets (such as a PNG) directly at runtime. As far as which is better, it really depends on what you are trying to do, and how the assets are used. mike SWC is what you use when you