jakiestfu / Youtube-TV

A small, slick, library independent YouTube User/Playlist player
https://github.com/jakiestfu/Youtube-TV#demos
205 stars 125 forks source link

Added 'wmode' option, fixed a few IE bugs and added check for available video.stats #14

Closed federico77 closed 11 years ago

federico77 commented 11 years ago

The 'wmode' option was needed to fix an overlay bug happening on IE/Chrome. The 'target.dataset' had to be changed with 'target.getAttribute('data-xxxxx')' as IE doesn't support datasets. The check for the available video.stats was needed as some videos seem to hide that data causing the player to fail. I also updated the readme.md file with the new option infos.