The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
duration: 40
}
],
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "28",
"region": "auto:bottom",
"width": 450,
"height": 50,
"duration": 10,
"startTime": "00:00:03",
}
]
},
"debug": {
"levels": ""
}
}
}
});