should be simple right? but have not found any anwsers :(

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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).

link|improve this answer
feedback

Hm.. Not quite sure about flash, but in flex, for UIComponents, you can use myComponent.setStyle("focusRectSkin", mySkin); to change the colour.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.