The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: OVA_HTTP_SHOW_STREAM_1,
duration: 30
}
],
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"analytics": {
"google": {
"custom": {
"accountId": "UA-10158120-1",
"adSlot": {
"enable": true,
"loaded": "/ova-example/adslots/loaded",
"error": "/ova-example/adslots/error",
"timeout": "/ova-example/adslots/timeout",
"deferred": "/ova-example/adslots/deferred"
}
}
}
},
"debug": {
"levels": ""
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll",
"loadOnDemand": true
}
]
}
}
}
});