
360 video player not working.
hello, I'm using your 360 video API but it is not working.
below is the code I HAVE USED.
<html>
<head>
<!--<script src="./videoPlayer.js"></script>-->
<script src="./jwplayer-7.8.4/jwplayer.js"></script>
<script>jwplayer.key="CVhtINDI8KHkC01mxiO2Eo7L6rYqviVkqmzkUA==";</script>
<script src="https://ssl.p.jwpcdn.com/player/plugins/vr/vr.js"></script>
</head>
<body>
<div id="myDiv">This text will be replaced with a player.</div>
<script>
jwplayer("myDiv").setup({
"file":"./360VideoVR.mp4",
"image": "./vrview-mono-stereo.jpg",
"height": 360,
"width": 640,
plugins: {
'https://ssl.p.jwpcdn.com/player/plugins/vr/vr.js': {}
}
});
</script>
</body>
</html>