Hi All,
I'm trying to loop a f4v but I keep getting an error. I have imported a f4v into my library and I now have a FLVPlayback in my library. I have added this to the stage and named it "video_test".
I have added the below actionscript to my timeline:
video_test.autoRewind = true;
video_test.addEventListener(VideoEvent.COMPLETE,replay);
function replay(evt2:VideoEvent):void{
video_test.play();
}
stop()
Whenever I test the movie I'm getting this error:
Scene 1, Layer 'actions', Frame 1, Line 2 1119: Access of possibly undefined property COMPLETE through a reference with static type Class.
Any ideas would be greatly appreciated!!
North America
Europe, Middle East and Africa
Asia Pacific