How to create object with string?

Hi all,

Is there anyway to create an object with a string?

For example :
var myClassString:String = “myClass”; // myClass is my real class

then create an object with something like :
var myObject object = new myClassString(); // I need to create the object from the string …

Anyone please? Many Thanks in advance.

Best Regards