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
2010-05-18 01:30:33
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
2010-05-18 12:35:39
i am in urgent need of building SKIN from the SWF Symbols for SPARK CONTROLS Plz help me out
Muhammad Husnain Ashfaq
2010-05-18 12:37:11