Skip to main content
peruamal
Known Participant
October 11, 2009
Question

Firefox swf file selectable option display

  • October 11, 2009
  • 2 replies
  • 523 views

I have create a simple button in flash and run the firefox browser using TAB Key selected the button yellow color. How do soule this problem.

This topic has been closed for replies.

2 replies

Inspiring
October 11, 2009

To remove the yellow ar you must set a focusRect to something different from null( nulll is indicating to get the focus rect from thestage ).You can use this

YOUR_BUTTON_INSTNACE_NAME.focusRect =new Rectangle( 0,0,0,0);

peruamal
peruamalAuthor
Known Participant
October 11, 2009

I have attached the screen Short