Is there a way to do a reverse lookup within actionScipt of the data that is used in Object.registerClass?

 

So for example

 

Object.registerClass(“com.foo.test”, TestVO);

 

Is there a method that would return a string with TestVO if I pass in “com.foo.test”?

 

var voName:String = Object.findClass(“com.foo.test”);   Maybe???

 

Thanks

 

 

Jeff



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to