23 March 2007

Loading graphical assets from a SWF into Flex 2 via CSS

LordAlex Leon - Flash Platform Developer »Blog: Loading graphical assets from a SWF into Flex 2 via CSS: "Loading graphical assets from a SWF into Flex 2 via CSS "


The way as seen now in the Flex Styler Explorer.
/* CSS file */
Application
{
backgroundImage: Embed(source="assets/assets.swf", symbol="bg1");
}

-------------
/* CSS file */
Application
{
backgroundImage: Embed(source="assets/assets.swf#bg1");
}