The configuration for this example is:
flowplayer("a.player614x345", "", {
playlist: [
{
url: OVA_HTTP_SHOW_STREAM_1,
duration: 40
}
],
plugins: {
controls: {
autoHide: "never"
},
ova: {
url: "",
"ads": {
"schedule": [
{
"startTime": "00:00:05",
"duration": 10,
"tag": ""
},
{
"startTime": "00:00:15",
"duration": 10,
"tag": ""
}
]
},
"debug": {
"levels": ""
}
}
}
});