The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
scaling: "orig"
},
{
url: "",
duration: 16
}
],
plugins: {
controls: {
autoHide: "always"
},
rtmp: {
url: ""
},
ova: {
url: "",
"autoPlay": true,
"ads": {
"schedule": [
{
"position": "post-roll",
"loadOnDemand": true,
"tag": ""
}
]
},
"debug": {
"levels": ""
}
}
}
});