By default, VAST 1 inline ads that have both linear and non-linear ad units defined will be split by OVA into two separate video ads that can be individually addressed within the ad schedule. This default behaviour can be turned off with the use of the "ensureSingleAdUnitRecordedPerVideoAd" config option.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
"url": "",
"debug": {
"levels": ""
},
"ads": {
"pauseOnClickThrough": true,
"notice": { "textStyle": "smalltext" },
"companions": [
{ "id":"companion", "width":"300", "height":"250" }
],
"schedule": [
{
"position": "pre-roll",
"server": {
"type": "Direct",
"ensureSingleAdUnitRecordedPerInlineAd": false,
"tag": "http://v.movad.de/stream.ad?cid=101226"
}
}
]
}
}
}
});