Undocumented Flash Component Styles

April 4th, 2005

Here 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);

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment