The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: "",
file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
image: "http://static.openvideoads.org/shows/the-black-hole-thumbnail.png",
duration: 40,
'controlbar.position': 'bottom',
plugins: {
"../../../../dist/swf/ova-jw.swf": {
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"overlays": {
"regions": {
"flash": [
{
"region": {
"image": "auto:center",
"html": "auto:top"
}
}
]
}
},
"schedule": [
{
"zone": "41",
"startTime": "00:00:03",
"duration": 10
},
{
"zone": "40",
"startTime": "00:00:16",
"duration": 10
}
]
}
}
},
height: 300,
width: 450
});
</script>