The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
pseudo: {
url: ""
},
pseudoInstream: {
url: ""
},
ova: {
url: "",
"shows": {
"streams": [
{
"file": "",
"startTime":"00:00:15"
}
]
},
"providers": {
"http": "pseudo"
},
"regions": {
"declarations": [
{
"id": "bottom",
"verticalAlign": "bottom",
"horizontalAlign": "center",
"backgroundColor": "#000000",
"width": 450,
"height": 50
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
},
{
"zone": "33",
"position": "bottom",
"width": 450,
"height": 50,
"startTime": "00:00:05",
"duration": "15"
}
],
},
"debug": {
"levels": ""
}
}
}
});