madfatter
04-08-2008, 02:25 PM
Hi,
I'm trying to add a VideoEvent.COMPLETE listener to an flv and I keep getting an error saying: "1172: Definition fl.video could not be found."
As a result I imported the video class:
import fl.video.VideoEvent;
and I also tried import fl.video.*; but the error still persists.
This seems pretty straight forward to me and I can't figure out why the compiler can't find the definition. Could it be a problem with my flash installation? I'm using Flash CS3 on a mac.
Thanks for any advice.
I'm trying to add a VideoEvent.COMPLETE listener to an flv and I keep getting an error saying: "1172: Definition fl.video could not be found."
As a result I imported the video class:
import fl.video.VideoEvent;
and I also tried import fl.video.*; but the error still persists.
This seems pretty straight forward to me and I can't figure out why the compiler can't find the definition. Could it be a problem with my flash installation? I'm using Flash CS3 on a mac.
Thanks for any advice.