Accessing a TextField from an instance name

I have a movie clip which animates out and then places an input textfield on the last frame for the user to type in to.

The main movie clip is controlled from external ActionScript. Once the last frame hits and the input field shows I want to focus the users cursor with focus(); but I can’t figure out how to call to that TextInput from the time line. mytext.focus(); ???