
Jwplayer crashes in Chrome youtube movies
Hi,
We're using javascript API controls with JWplayer (current version 6.8) and we're using mixed uploaded content and youtube urls for playback. I use onComplete API listener to detect if the movie is finished and I remove the player instance and create a new one, this way I'm able to switch from youtube and uploaded movie playback and vice versa.
It works perfect for all browsers except in Chrome in this situation: When a youtube movie is played (and I presume jwplayer is switched to use flash in this situation). In Chrome when onComplete is called after playing a youtube movie and I want to remove the jwplayer instance and setup a new one, Chrome crashes with the error: a plug-in shockwave flash isn't responding.
Which is very strange behaviour because I use the exact same procedure when I manually click another item in the playlist. In this situation ... chrome does not crash.
I'm using Chrome 33.0.1750.152
This is the demo-link
http://orkater.dev.wecross.nl/content/playlist-test
Can anyone help me figure out what's causing this?
Regards,
Truong Dang