Example 6 - Modifying Stage Dimensions

This example demonstrates how to modify the dimensions of the stage to change the positions of overlays.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Scheduling ads against a single stream
   </ova.title>
   <ova.json>
        {
            "overlays": {
                "stagePaddingBottomWithControls": 50,
                "stagePaddingBottomNoControls": 15  
            },

            "ads": {
               "keepOverlayVisibleAfterClick": true,
               "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
               ],
               "schedule": [
                  {
                      "zone": "30",
                      "startTime": "00:00:01",
                      "duration": 15,
                      "width": 450,
                      "height": 50
                  }
               ]
            },

            "debug": {
               "debugger": "firebug",
               "levels": "OVA_DEBUG"
            }
        }
   </ova.json>
</config>