0

JW player turnes on 3d in an embedded youtube video in JWplayer automatically. Is there any way to turn it off in the url?

<div id="jwElement" ></div>
<script>// <![CDATA[
jwplayer("jwElement").setup({
    file: "https://www.youtube.com/watch?v=eVb0DiskHhs",
    width: 640,
height:320,
});
// ]]></script>
Jan-Willem
  • 75
  • 1
  • 7
  • JW Player isn't turning the 3d effect on or off - the YouTube URL simply calls up the video with 3d enabled. I've done some hunting, and so far I haven't found a URL query string that disables it. Makes me suspect there isn't one. – MisterNeutron Jul 02 '14 at 20:13

1 Answers1

1

One thing you can do is set the player's "primary" variable to "flash", and it might override this setting. YouTube now defaults to HTML5 mode for 6.9, which I suspect might be what's going on here.

It looks like with some further investigation, the video is only 3d if the original video on YouTube has 3d enabled by default. This also seems to happen on a browser by browser basis. For example, in my Firefox, the original video on YouTube had 3d enabled, but when I checked Chrome, it wasn't enabled, and thus, the JW Player also displayed the video in non 3D mode. I wrote a ticket yesterday in our bug tracker about this, I will update it that it also happens in Flash mode.

emaxsaun
  • 4,191
  • 2
  • 13
  • 13