Hi, i'm trying to instantiate an object using: ApplicationDomain.currentDomain.getDefinition from a string passed in an xml file. As in AS2 this only works if you predefine a variable of that same object type. is there a way to get this working without predefining the variable.
Thanks, dhimiter

