Flash Actionscript Set Focus

If you want to set focus to a text input field / text area in Flash then use the following code:

stage.focus = myTextField;

Selection.setFocus(instanceName);

Leave a Reply