This example delivers flash (SWF) overlays at the bottom of the player screen. This example uses the reserved region "reserved-bottom-w450px-h50px-transparent"
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": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"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": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>