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

For IE use XDomainRequest instead #30

Open tunght13488 opened 10 years ago

tunght13488 commented 10 years ago

I encounter access denied error with XMLHttpRequest. After some research I found out that for IE we should use XDomainRequest instead. CSS still broken on IE8 though