PDA

View Full Version : Activated Flash Buttons


BipinDomys
09-07-2004, 07:41 AM
Hello,
How can we change the color of the focus rectangle ?
Now my buttons show an yellow border on focusing.
Please help me.
Sincerely,

Curly Brace
09-07-2004, 08:06 AM
In flash you can't change the color of the focus rectangle. The only possible action is to disable it. You can change the global _focusrect property to false to disable it.

subquark
04-28-2005, 01:58 PM
globalStyleFormat.focusRectInner = 0xFF0000;
globalStyleFormat.focusRectOuter = 0xFF0000;
globalStyleFormat.applyChanges();


???

Barn
04-28-2005, 05:57 PM
globalStyleFormat.focusRectInner = 0xFF0000;
globalStyleFormat.focusRectOuter = 0xFF0000;
globalStyleFormat.applyChanges();


???
That syntax doesn't look right to me. Just a hunch.