В том, что нельзя наследоваться от DisplayObject. Потому как это абстрактный класс.
Цитата:
|
Сообщение от Flex 2 Reference
DisplayObject is an abstract base class; therefore, you cannot call DisplayObject directly. Invoking new DisplayObject() throws an ArgumentError exception. All display objects inherit from the DisplayObject class. If you create a custom subclass of the DisplayObject class, it must extend a subclass of the DisplayObject class that has a valid new constructor.
|