I created a Flash form with a combination of input text boxes and combo boxes
however I cannot figure out how to get them to tab through in order. I have
changed the order on the time line, that doesn't help, the names do not appear
to have an effect. I would like the user to enter data and or select
information from the combo box and then tab to the next box in sequence. Not
jump all over the page when tabbing through the form.
Can someone help me?
Rob Dillon - 21 Jul 2008 14:21 GMT
You can set the tabIndex property for each object on the stage. Look at the tabIndex info in the online help for an example.
GreenFlasher - 23 Jul 2008 00:35 GMT
Thank you Rob. I didn't know where to look. I did figure out the text boxes but not the combo boxes, but it works and looks better than it did before.
Thanks again...