PDA

View Full Version : Disable the yellow box on Button in flash Mx when pressing the Tab Key


Chetan Tyagi
11-21-2003, 02:11 AM
Hi,

Dear all members,


Please tell me that how can i disable yellow box(when i press the Tab key) on Button, which is used in my flash form with many other text fields, I Don't want to see that when mouse cursor go on the button yellow box come around the button.

Please tell me the suitable action for this and tell where i put that action.

I'll be very grateful to u.


Thanks
Chetan Tyagi

CyanBlue
11-21-2003, 03:08 AM
Howdy and Welcome... ;)

You are looking for 'tabIndex'... Use tabIndex to disable the tabbing on the object...

I think it goes like this... (Look for Flash manual for the correct syntax and search the forum for more information on tabIndex...)someButton.tabIndex = 0;