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
<[email protected]> wrote:
> 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
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to