davist11/YouTube-Chromeless

Error when hitting play

Closed this issue · 2 comments

Downloaded the project from the repository and am getting this error through firebug when trying to play a video.
b.playVideo is not a function line 13.

Thinking that it may have been a problem with it being minified, I changed the HTML to reference the full version and I am presented with this error.
player.playVideo is not a function line 89.

The HTML change of which version of the YouTube Chromeless js file to use is the only change made to any of the code.

Are you opening the file directly the browser or are you accessing it on a server? It won't work if you are doing File > Open File.

I was opening it directly through the browser., works now. Thanks.