How to focus a textfield inside a movieclip?

In normal situation, that is when putting the textfield on the main timeline, i can use
mytxt.stage.focus=mytxt;

But what if the textfield is inside a movieclip? How do i set focus to it?