Is it possible to call a function in AS3 using a string value as the function name e.g.
var functionName:String = \"getDetails\"; var instance1:MyObject = new
instance1[functionName]();
Check this for some details.