Hey all,
I am trying to check if a flv file is loaded properly into a
VideoDisplay control,
I set the path
[EMAIL PROTECTED];
videoHolder_VdDisp.load();
I call the load method to load the video but how do I check if the flv file
actually exists
I tried the method I use for a URLLoader
videoHolder_VdDisp.addEventListener(IOErrorEvent.IO_ERROR,videoFileNotFound);
but i guess the VideoDisplay control doesnt work the same way.
So if the file does not exist I want to show a alert control stating that
cheers :)
firdosh