Hi list...
I'm tyring to catch broken paths to flv files. How do you catch
VideoError.INVALID_SOURCE when using the FLVplayback component? I can't seem
to figure out how/where to use it. It seems that's the logical approach, but
instead, I currently have this solution, which works, but doesn't seem right:
private function onStateChange(e:VideoEvent):void{
if(e.state==VideoState.CONNECTION_ERROR){
}
}
Thanks,
- MM
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders