This example delivers a SWF overlay at the bottom of the player screen 5 seconds into the stream for a duration of 10 seconds. A second 'click to play' video overlay follows 5 seconds later. This example uses the reserved centered 450x50 region "reserved-bottom-center-w450px-h50px-transparent".
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
rtmp: {
url: ""
},
rtmpInstream: {
url: ""
},
controls: {
autoHide: "always"
},
ova: {
"url": "",
"shows": {
"streams": [
{
"file": "",
"duration":"00:00:35"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"companions": [
{ "id":"companion", "width":"150", "height":"360" }
],
"schedule": [
{
"zone": "30",
"width": 450,
"height": 50,
"startTime": "00:00:05",
"duration": "10",
"position": "auto:bottom"
},
{
"zone": "42",
"width": 450,
"height": 50,
"startTime": "00:00:20",
"duration": "10",
"position": "auto:bottom"
}
],
},
"debug": {
"levels": "",
"debugger": "firebug"
}
}
}
});