The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"debug": {
"levels": ""
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OpenX3",
"apiAddress": "",
"tagParams": {
"test": "true",
"c.topic": "sports",
"c.gender": "male"
}
}
],
"schedule": [
{
"zone": "auid=9",
"position": "pre-roll"
},
{
"zone": "pgid=127",
"position": "auto:bottom",
"startTime": "00:00:02"
}
]
}
}
}
});