Hi Experts
It's too complicate to explain but I'll give you an example
I have an AS3 ResultEvent Object and this object has several propeties which can be accessed by this like: event.result.name or event.result.age .....
and, I have this String variable: eventProperty:String that contains "name" or "age" How do I access to event.result. with the variable?
thank you.