Paste event for a DisplayObjectContainer not registered in AS3
- by intoTHEwild
I have a display object container and I am trying to add a paste event to it. But the event is not being registered. The documentation at liveDocs mentions that classes that derive from Interactive objects can dispatch paste event but I dont understand why it wouldnt work for me.
My app is not an AIR app, could it be a reason ?