A mid-roll will be shown 10 seconds into the show stream.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"streams": [
{
"file": "",
"duration": 30
}
]
},
"autoPlay":true,
"debug": {
"levels": ""
},
"ads": {
"playOnce": false,
"servers": [
{
"type": "OpenX",
"apiAddress": "",
}
],
"schedule": [
{
"zone": "5",
"position": "mid-roll",
"startTime": "00:00:10"
}
]
}
}
}
});