[flexcoders] Re: Recovering from videodisplay errors? [Solved]

2007-11-21 Thread Tony
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 flexcoders@yahoog

[flexcoders] Re: Recovering from videodisplay errors?

2007-11-21 Thread Tony
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 > Every once in a while