This example illustrates how to override the standard non-linear ad templates.
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:30"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": ""
}
],
"companions": [
{ "id":"companion", "width":"150", "height":"360" }
],
"schedule": [
{
"zone": "31",
"startTime": "00:00:05",
"duration": "15",
"templates": {
"html": "<body>MY NEW TEMPLATE: _code_</body>",
}
}
],
},
"debug": {
"levels": "",
"debugger": "firebug"
}
}
}
});