pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.32k stars 429 forks source link

jquery.mb.YTPlayer stopped working #2

Closed martijnmendel closed 11 years ago

martijnmendel commented 11 years ago

Hi,

My jquery.mb.YTPlayer suddenly stopped working. Today I also downloaded the lastest version, it's here: http://martijnmendel.com/test/demo.html

In this version I did NOTHING with it. It just comes right from the download folder on my server. I used it here integrated in my layout, doesn't work too anymore (it did before): http://martijnmendel.com/website/index2.html

I don't know what I don't see here.. what is the problem?

pupunzi commented 11 years ago

With the new jQuery 1.9 update they removed the $.browser object from the API; as the player is using this to change the behavior between browsers it throw a blocking error.

You can download the mb.YTPlayer 2.2 where this error has been fixed: https://github.com/pupunzi/jquery.mb.YTPlayer/archive/2.2.zip

Bye, Matteo

2013/1/19 martijnmendel notifications@github.com

Hi,

My jquery.mb.YTPlayer suddenly stopped working. Today I also downloaded the lastest version, it's here: http://martijnmendel.com/test/demo.html

In this version I did NOTHING with it. It just comes right from the download folder on my server. I used it here integrated in my layout, doesn't work too anymore (it did before): http://martijnmendel.com/website/index2.html

I don't know what I don't see here.. what is the problem?

— Reply to this email directly or view it on GitHubhttps://github.com/pupunzi/jquery.mb.YTPlayer/issues/2.

Matteo Bicocchi via Trento, 195 50013 San Donnino di Campi Firenze - Italia http://pupunzi.com

martijnmendel commented 11 years ago

This worked for me. Thanks!