Example 11 - Delivering Flash Overlay Ads

This example delivers flash (SWF) overlays at the bottom of the player screen. This example uses the reserved region "reserved-bottom-w450px-h50px-transparent"

A COMPANION ADVERTISEMENT WILL APPEAR IN HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 11 - Delivering Flash Overlay Ads
   </ova.title>
   <ova.json>
       {
            "ads": {
                "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
                ],
                "displayCompanions": true,
                "companions": [
                   { "id":"companion", "width":"150", "height":"360" }
                ],
                "schedule": [
                    {
                        "zone": "30",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:05",
                        "duration": "10",
                        "regions": {
                          "swf": "reserved-bottom-center-w450px-h50px-transparent"
                        }
                    },
                    {
                        "zone": "42",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:20",
                        "duration": "10",
                        "regions": {
                          "swf": "reserved-bottom-center-w450px-h50px-transparent"
                        }
                    }
                ]
            },

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