should be simple right? but have not found any anwsers :(
+1
A:
Hm.. Not quite sure about flash, but in flex, for UIComponents, you can use myComponent.setStyle("focusRectSkin", mySkin); to change the colour.
quoo
2009-05-17 16:08:44
+1
A:
Changing the color of the focusrect is a feature that, AFAIK, has never been in any desktop Flash player. It's only possible in the Flash Lite player (for mobile phones), from v2.0 onwards.
All you can do in AS3 is hide it and draw a rectangle of your own, in any color you like (or use components that do that for you).
fenomas
2009-05-17 17:48:02