Video oncomplete event not working at all.
When trying to use this piece of code on a flvplayback component on an air 2.7 iOs program
import fl.video.*;
import fl.video.VideoEvent;
videospeler.addEventListener(VideoEvent.COMPLETE, completePlay);
I always get the following message. It looks like internally there is a problem in flash since COMPLETE is really not undefined,
Scene 1, Layer 'AS3Layer', Frame 1, Line 74 1119: Access of possibly undefined property COMPLETE through a reference with static type Class.
Is there another way to prevent this erorr or can I somehow check another way if a flvplayback component has stopped playing ?
Kind regards,
Bart
