stage.focus = textField;
textField.setSelection(0,0);
is not working for me.
stage.focus = textField;
textField.setSelection(0,0);
is not working for me.
Is "textField" the child of a library movieclip? If so, you have to access it through the parent.
stage.focus = someMovieStageName.textField