Posts Tagged ‘ inputtextfield ’

focus to input textField in as3, Move you cursor to..

hi friends,

Here I have given you the simple way to make your cursor focus to a particular textField,

yourTextField.type="input";
yourTextField.stage.focus = yourTextField;
ourTextField.setSelection(yourTextField.length,yourTextField.length);
yourTextField.text = "";

If you find this in your own flash software, its not given the result,. But no worries about, It works perfectly on the standalone and browsers.