[flexcoders] VideoDisplay throws Error: Cannot call reconnect on an http connection.

2008-02-10 Thread João
Hello, I have a form where the user can select videos to play on a VideoDisplay. Everything works just fine, except if the user changes videos too fast. When that happens, sometimes it's thrown the error Error: Cannot call reconnect on an http connection. I don't know what's causing this,

Re: [flexcoders] VideoDisplay throws Error: Cannot call reconnect on an http connection.

2008-02-10 Thread shrikant.patil
hi, the error is because of, while u streaming a video from the server and u make fast oneafter another request to the server for different video.. the way u can achive is that u may need to clear the video before making new request. refer below link u wil get complete idea and hope