AIR 2.7 bug? STAGE_VIDEO_AVAILABILITY event isn't fired in AIR 2.7
I'm finding out that in an application I'm developing, the STAGE_VIDEO_AVAILABILITY ("StageVideoAvailability" string) event isn't being fired when compiled with AIR 2.7 SDK. With AIR 2.6 that event actually worked. I'm having the problem not only in Android/iOS but in ADL as well.
The code I'm using is the regular one for that:
this.stage.addEventListener(StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY, showVideo);
The event never fires. I've also tried both CPU and GPU modes. What's the problem?
Thanks.
