Access a stage variable inside a text box that's in a MovieClip

Srry for double post, but i need urgent help with this :confused:

I am trying to access an variable that’s in the stage from inside a MovieClip, and i’m trying to do that with this :

estadia.text = ""+**MovieClip(this.parent).**XMLData.LANGUAGE.Frase[1];


But i can’t make it work. Do you know how to access a variable in the stage from a movieclip?