Do you mean: var sPanelId:String = "myPanelId";
var pnl:Panel = this[sPanelId]; //bracket notation evaluates to Panel reference. pnl.title = "MyPanelTitle"; Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of patricklemiuex Sent: Wednesday, May 30, 2007 12:31 PM To: [email protected] Subject: [flexcoders] quick object question I have string, which is the id of my object. How do I convert my string name into the id property of my object?\ Why am I doing this you ask, because it's flashvars default that I want to access a certain panel when my app loads. Thanks, Patrick

