Ok, Here is the solution:
if (videoDisplay.state=="connectionError"){
videoDisplay.close();
}
videoDisplay.play();
You could also listen for stateChange on the player checking for a
connection error and solve the issue at that time. I think that is
the best way to go.
--- In [email protected], "Tony" <[EMAIL PROTECTED]> wrote:
>
> Anyone ever able to answer this?
> I am getting the dreaded connectionError! and cannot recover from it
also.
>
> I can capture the error just fine. One the
> VideoDisplay.state="connectionError", you cannot get it to play again.
>
> Anyone have a solution for this one.
>
> Thanks,
> Tony
>