The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 2 - Customising the "skip ad" button image
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"controls": {
"skipAd": {
"enabled": true,
"image": "OVA_SKIP_BUTTON_IMAGE_ALT_1",
"width": 20,
"height": 15
}
},
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>