tab control in flash
tab control in flash
- Started
- Last post
- 2 Responses
- armed_rob
Hi, im doing this site witch includes a mail form, my problem is if you use the tab botton on your keyboard to go to next field... it jumps to a menu button?
how the f**k do I control this?
- unfittoprint0
textField1.tabIndex = 1;
textField2.tabIndex = 2;
textField3.tabIndex = 3;
button1.tabIndex=4;http://livedocs.macromedia.com/f…
- smoke0
?