Hello
I am using the ...Hello
I am using the latest version of the player (version 4 - versions from download and from trunk, but bug remains)
I have a page with a carousel with links to various Youtube clips. The links load some json (with youtube link) and triggers a createplayer script.
var so = new SWFObject('/flash/player.swf','playerID','100%','100%','9');
so.addParam('file',zeWebpage);
so.addParam('autostart','true');
so.addParam('allowscriptaccess','always');
so.addParam('controlbar','over');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file='+zeWebpage+'&bufferlength=0&controlbar=over&autostart=true&caption=false&displayclick=fullscreen&fullscreen=true');
so.write('playerContainer');
(zeWebpage is the youtube URL)
Now in Firefox and Safari this works perfectly!
However I run into problems with IE.
The first clip plays fine but when i load another clip (and the playerContainer gets replaced by another object) on the same page I get the "Cannot connect to youtube. only one youtube connection per computer can be made" error
It is as if the payer is not resetted properly.
Any help woud be very much appreciated.
Cheerio and thx for the suberb player ~(the skinning is top!)
hendrik
yes, i have the same problem, what is "Cannot connect to youtube. only one youtube connection per computer can be made" ???