The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: "",
width: 360,
height: 240,
playlist: [
{
file: "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
image: "../../../dist/images/logo.png",
duration: 10
}
],
'controlbar.position':'bottom',
plugins: {
"../../../dist/swf/ova-jw.swf": {
"allowPlaylistControl": true,
"delayAdRequestUntilPlay": true,
"clearPlaylist": true,
"ads": {
"enforceLinearAdsOnPlaylistSelection": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
"allowAdRepetition": true
}
],
"notice": { "textStyle": "smalltext" },
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
}
});
</script>