YouTube has really changed its API in the last couple of days , and the flash reserve from their HTML5 video player has failed. Other users report a black or blank YouTube Player screen and video duration at 0:00, which are other symptoms of this error after the presentation of the SWF player.
I updated your jsfiddle.net with a workaround to only use the flash player from the initial start, and then prevents the problem of returning from the flash memory until it is resolved.
It saves your / embed / schema, so any user API that is used will still be valid.
The workaround adds a playlist parameter without any other video values ββand a comma, usually used to split the video in the playlist, so that playlist 1 is implemented.
Of course, if you have already used the playlist, then you will not be exposed to this error, since the playlist is the only exclusive flash element that causes the flash player to display correctly in / embed / URL at the moment.
Here's the update:
http://jsfiddle.net/6C65Y/3/
Status Report: This YouTube API error is no longer a problem.
source share