The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
duration: 30
}
],
plugins: {
controls: null,
ova: {
url: "",
"ads": {
"schedule": [
{
"position": "pre-roll",
"tag": "http://openx.openvideoads.org/openx..format=vast__amp__charset=UTF-8"
}
]
},
"debug": {
"levels": ""
}
}
}
});