Using CSSStyleDecalration object we can set style of included style sheet.
var curStyle:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".styleName");
curStyle.setStyle("backgroundColor", 0x876543);
Thursday, June 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment