Example 3 - Backwards compatibility with the "disableControls" property

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3 - Backwards compatibility with the "disableControls" property
   </ova.title>
   <ova.json>
       {
          "shows": {
              "streams": [ 
                  { 
                      "file":"http://streaming.openvideoads.org/shows/the-black-hole.mp4", 
                      "duration":"00:00:30" 
                  } 
              ]
          },

          "debug": {
              "debugger": "firebug",
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
              "playOnce": false,
              "disableControls": false,
              "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
              ],
              "schedule": [
                   {
                      "zone": "5",
                      "position": "pre-roll"
                  }
              ]
          }
       }
   </ova.json>
</config>