Undocumented Flash Component Styles
April 4th, 2005Here are a few of the usefull undocumented paramaters you can set on the Macromedia V2 components. This will set a theme for your components globally.
_global.style.setStyle("themeColor", 0x171717);
_global.style.setStyle("fontFamily", "Georgia");
_global.style.setStyle("fontSize", 10);
_global.style.setStyle("backgroundColor", 0xFFFFFF);
_global.style.setStyle("textRollOverColor", 0xFFFFFF);
_global.style.setStyle("textSelectedColor", 0x7DA4CC);
Comments (0)



