Example 1.2 - VPAID Linear pre-roll with a skinned control bar shown but disabled during ad playback


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1.2 - VPAID Linear pre-roll with a skinned control bar shown but disabled during ad playback
   </ova.title>
   <ova.json>
       {
          "debug": {
              "debugger": "firebug",
              "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
          },

          "ads": {
             "vpaid": {
                 "holdingClipUrl": "http://static.openvideoads.org/ads/blank/blank-pixel.jpg",
                 "controls": { "hideOnLinearPlayback": false }
             },
             "schedule": [
                {
                   "position": "pre-roll",
                   "tag": "../../../dist/templates/ad-servers/eyewonder/vpaid-linear-01.xml"
                }
             ]
          }
       }
   </ova.json>
</config>