
HTML5 + AD Bug: Player fails to play, when the AD is not completed
Hi!
We found an issue in JW Player on HTML, if we initialize a Player instance, remove it, and initialize the div with a different (or the same) Video.
It can be reproduced here
http://dev.uvp.apa.at/jwissuetest.html
click "Init1": The ad of the first video starts to Play.
Click "init2" WHILE the Ad Runs. The player initialises in Background, the "onReady" Event is fired, but the div stays White. No controls, no keyframeimage, nothing apears.
But if you click "play" (jwplayer("player").play();) the ad of the second video starts playing, everything seems fine.
This behaviour on every HTML 5 Browser, and only if the Player is removed while playing the AD. We can reproduce this issue with calling the "remove" function, on our site the div is removed from JavaScript.
Are there any ideas how to overcome this?
Regards Robert