dls wrote:
Sorry for the urgency, but I have a morning deadline today.

thats ok, its a simple request.

////trying to dynamically choose the text field usName1 this is where it breaks!
_root.tempUSname.text = _global.c1schoolName;

you need to use square brackets to access the item in root with that name :

_root[tempUSname].text = "some text here";

thats all.

Martin
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to