The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: "",
'playlistfile': 'http://content.bitsontherun.com/jwp/482jsTAr.xml',
'playlist.position': 'right',
'playlist.size': 250,
'height': 240,
'width': 635,
'controlbar.position':'bottom',
plugins: {
"../../../dist/swf/ova-jw.swf": {
"allowPlaylistControl": true,
"delayAdRequestUntilPlay": true,
"clearPlaylist": false,
"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>