Flash / As3 - change focusRect color

should be just right? but didn't find any anders :(

+1


a source to share


2 answers


The focusrect color change is a feature that AFAIK has never been in any desktop Flash player. This is only possible in Flash Player Lite (for mobile phones) from version 2.0.



All you can do in AS3 is hide it and draw your own rectangle in whatever color you like (or use the components that do it for you).

+1


a source


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



+1


a source







All Articles