The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Using a Thumbnail/Splash/Title Image
</ova.title>
<ova.json>
{
"autoPlay": false,
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"notice": { "textStyle": "smalltext" },
"schedule": [
{
"zone": "18",
"position": "pre-roll"
}
],
},
"debug": {
"levels": "OVA_DEBUG",
"debugger": "firebug"
}
}
</ova.json>
</config>