RE: [Flashcoders] catch broken paths to flv files

2009-05-27 Thread Mendelsohn, Michael
nks, - MM -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Bob Wohl Sent: Wednesday, May 27, 2009 11:46 AM To: Flash Coders List Subject: Re: [Flashcoders] catch broken paths to flv files Hi Michael, I

Re: [Flashcoders] catch broken paths to flv files

2009-05-27 Thread Bob Wohl
Hi Michael, It would be: NetStream.Play.FileStructureInvalid So you'd create a listener for it Net status events. Also, connecting to it would throw an 'Error opening URL *url*' message. B. On Wed, May 27, 2009 at 7:11 AM, Mendelsohn, Michael wrote: > Hi list... > > I'm tyring to catch broken

[Flashcoders] catch broken paths to flv files

2009-05-27 Thread Mendelsohn, Michael
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