views:

1664

answers:

3

I have this dynamic textfield on stage, and I want to access it from my xmlloader class, so it can display text from my xml file. I just can't figure out a way to do it.

+1  A: 

I found the answer:

MovieClip(root).thetextfieldonstage.text = "yep";

can call the textfield from class.

christinelalala
A: 

Thanks for the reply back , alot of people never do and its helpful to others. This saved me some head scratching cos i was mixing as2 and as3 code.

FuzzYspo0N
A: 

Thanks so much. Your reply to your own question helped me!

Xiao Hei