Dailymotion VR360

Dailymotion VR360 Demo

This example demonstrates configuring the player for Dailymotion 360 videos and control. Enabling the vr config will allow mouse and touch controls to the Dailymotion player through Flowplayer.

This is needed for VR 360 controls.

    
  <div class="flex flex-col w-full">
          <div id="vr" class=""></div>

  </div>
  <script type="text/javascript">
  	var player = flowplayer("#vr", {
    "dailymotion": {
        "vr": true
    },
    "src": [
        {
            "src": "http://www.dailymotion.com/video/x47aqrc_rt",
            "type": "video/dailymotion"
        }
    ],
    "token": "eyJraWQiOiIyeHRpc0Q5NHZzTjIiLCJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjIjoie1wiYWNsXCI6NixcImlkXCI6XCIyeHRpc0Q5NHZzTjJcIixcImRvbWFpblwiOltcImVsZWN0cm90ZXF1ZS5vcmdcIl19IiwiaXNzIjoiRmxvd3BsYXllciJ9.WLUkZHpDNoaXWDaFO2V5UfXm7SnDvE1pFAM0e7ppnFovOSyCCZM-b8gQNBSElB5yirTP__x76Qyo8pMWh6lVrw"
});
  </script>