PDA

View Full Version : Tabing beetween text fields out of order


funkymonk
01-07-2003, 05:08 PM
I have a problem with the tab functions when filling out the login fields. When I click to type in my user name and then tab like I usually do the highlight moves to another movie in a layer below and then jumps to a few more buttons before reaching back to the password field.

Is there an order that this follows and what makes this order ?

if anyone has any suggestions that would be great. here is the page..

here is the problem : try tabbing between login and password (http://www.updmedia.com/newupd/menu.html)

thank you very much...

GWiNet
01-07-2003, 05:16 PM
if you're using MX, you can set the tabOrder property of the text fields. if you're using 5, there's a few hacks to do it.

funkymonk
01-07-2003, 05:56 PM
oops, i should of mentioned that..

Im using 5.

lbower
01-07-2003, 07:43 PM
If you have the book ActionScript: The Definitive Guide, there's an explanation on how to this in Flash 5 on page 567. If you don't have the book, you can download the .fla file that contains the code from the following website.

http://moock.org/asdg/home.html

Click the arrow at the bottom of the page, and then select CodeDepot. Under the heading "Interface Widgets" you'll see the title "custom flash 5 tab order."