
YouTube Advanced Privacy Setup (nocookies) doesn't work. I need to be compliant to cookie law!
Hello, I'm using JWPlayer since several years without problem, now with the new Cookies Policy Law I should use only the nocookie youtube url but doesn't work and I'm ready to delete all my YouTube Video since I don't like to pay for violation of privacy law. YouTube now allow to use nocookie url in sharing video for this purpose, JWPlayer doesn't support this kind of url... I post and example of standard url youtube that I use as usual:
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_832014194244887"> </div><script language="javascript" type="text/javascript">jwplayer("container_832014194244887").setup({file: "http://www.youtube.com/v/MrPpxBb3FXI?version=3&hl=it_IT&rel=0", height: 315, width: 560, primary: 'flash'});</script><noscript><span class="no-plugin"> </span></noscript></div>
I I try change with this...
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_832014194244887"> </div><script language="javascript" type="text/javascript">jwplayer("container_832014194244887").setup({file: "https://www.youtube-nocookie.com/embed/MrPpxBb3FXI?rel=0", height: 315, width: 560, primary: 'flash'});</script><noscript><span class="no-plugin"> </span></noscript></div>
How to solve? Please is very urgent!!!