PDA

View Full Version : Texfield focus



oscar alexander
May 16th, 2003, 08:31 AM
Is there a way to set focus on a textfield in Flash?

Like Javascript's: document.formname.textfield.focus();

lostinbeta
May 16th, 2003, 12:50 PM
On a frame add these actions..

Selection.setFocus(textBoxInstanceName);


This sets the focus on the textbox instance name you add between the parenthesis in the script.