views:

107

answers:

1

How can we embed the over,up,down etc skins defined as sybols in a .swf file... i mean in skin file how can i specify those symbols to be used as up,over,down skins.

+1  A: 

In your CSS file:

ComponentClass {
   upSkin:Embed(source="Assets.swf",symbol="MyUpSkin");
   overSkin:Embed(source="Assets.swf",symbol="MyOverSkin");
}
Sophistifunk
for spark button control,s|Button{ }IN CSS i am only able to specify its skin class... so is there any way that i make skin usin SWF Symbols, or in CSS specify those symbols just like i do for MX Controls.
Muhammad Husnain Ashfaq
i am in urgent need of building SKIN from the SWF Symbols for SPARK CONTROLS Plz help me out
Muhammad Husnain Ashfaq