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

I have a var in the stage called Salary, and i want to access it from a movieClip, so i used:

saldoAluno.text =MovieClip(this.root).Salary ;

But it can’t find the variable. Any ideas?