How to set focus on TLFTextField
问题 like the title said. How to set focus on TLFTextField on runtime? I already do some research and find a few question answered in SO like this How to set focus to a TLFTextfield object And on few forum, they said to use this code stage.focus = txt; or txt.stage.focus = txt; or txt.textFlow.interactionManager.setFocus(); But none works for me.. I'd try on simple project and still failed.. I need to show a MovieClip with a TLFTextField and focus on it.. So user can just type to edit the