TypeError: Error #1007: Instantiation attempted on a non-constructor

TypeError: Error #1007: Instantiation attempted on a non-constructor. If you see this error without any obvious reason it might be one more bug of Flash Player. Flash Player doesn’t allow to instantiate internal classes in static section. Brief example:

The only workaround – to move instantiation of B somewhere else. For example, in constructor of A:

Comment is closed.