Example 1.2 - VPAID Linear pre-roll with standard 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 standard control bar shown but disabled during ad playback
   </ova.title>
   <ova.json>
       {
          "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
          },

          "ads": {
             "vpaid": {
                 "holdingClipUrl": "OVA_BLANK_PIXEL_IMAGE",
                 "controls": { "hideOnLinearPlayback": false }
             },
             "schedule": [
                {
                   "position": "pre-roll",
                   "tag": "OVA_VPAID_LINEAR_2_VAST"
                }
             ]
          }
       }
   </ova.json>
</config>