Skip to main content
Known Participant
January 15, 2008
Question

Can I disable TAB key for Flash?

  • January 15, 2008
  • 1 reply
  • 1343 views
Hi All,

Can i disable TAB key actions in flash? That is i dont want the focus to get transferred from one button to another on clicking TAB key. Im using my SWF in an MFC application. Even if the MFC developers trap the TAB key, it doesnt affect flash - the tab key works for flash. I will have to do something in flash.

I tried _focusrect = false; but it doesnt satisfy me requirements.


Regards
Roshan
This topic has been closed for replies.

1 reply

Inspiring
January 15, 2008
Use mc.tabEnabled=false and mc._focusrect=false :)
3dnirvanaAuthor
Known Participant
January 15, 2008
Hi niki,

That would do the thing. Thanks a lot.

Regards
Roshan