I'm trying to instantiate an object based upon it's name. I don't have the fully qualified classpath or an instance of the object. I just have a string representation of the object...i.e "Sprite". Is there any way to achieve this? The object is available in the .swc I am including, but I need a way to dynamically instantiate it.
Thanks in advance!

