Example 1.7 - Controlbar = "top" hidden during ad playback (default)


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1.7 - Controlbar = "top" hidden during ad playback (default)
   </ova.title>
   <ova.json>
       {
          "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
          },

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