Re: [Flashcoders] ClassFactory and Reflection in Actionscript 3.0

2006-08-20 Thread Jens Halm
I'm coding an introspection framework for as3, but i have a problem by creating instance at runtime without using new operator. I have no problem to create instances of classes with no operators at its construction function. The code is this one: public class ClassFactory{ public

Re: [Flashcoders] AS3 - Missing

2006-07-07 Thread Jens Halm
Class names need to be unique. We will support the concept of a base class for library symbols in the Flash 9 timeframe. These base classes can be non-unique. Glad to hear that this will be supported. I am really surprised that so far Marcos seems to be the only one here who thinks it's