When VPAID post-rolls are scheduled, it is important that there is some type of image clip at the end of the playlist otherwise the player will hang.
The configuration for this example is:
flowplayer("a.player614x345", "", {
playlist: [
{
url: "",
scaling: "orig"
},
{
url: "",
duration: 15
},
{
url: "",
duration: 16
}
],
plugins: {
controls: {
autoHide: "never"
},
ova: {
url: "",
"player": {
"controls": {
"vpaid": { "visible": true }
}
},
"ads": {
"schedule": [
{
"position": "pre-roll",
"tag": "",
"applyToParts": [1,2]
},
{
"position": "post-roll",
"tag": "",
"applyToParts": [1,2]
}
]
},
"debug": {
"levels": ""
}
}
}
});