| | | Varun Upadhyay |  |
| Posted: Tue Aug 05, 2008 5:52 am Post subject: Set Focus in AS3 |  |
Hi, I have a textbox (say a_txt) inside a Movieclip (say b_mc). and i linked this b_mc with a class dynamically. now i can access b_mc childs easily. Now how to set the default focus to a_txt inside b_mc.
i can access b_mc through this keyword. //I tried from many site search from goolge like following way.
this.stage.focus = this.b_txt
But its not working. So please help me to find this problem.
Thanks in advance. Varun Upadhyay |
|