kirupaForum
>
Flash
>
ActionScript 2 (and Earlier)
> Texfield focus
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.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.