The configuration for this example is:
jwplayer("container").setup({
flashplayer: "",
playlist: [
{ file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", duration: 10 }
],
width: 300,
height: 220,
plugins: {
"../../../dist/swf/ova-jw.swf": {
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"notice": { "textStyle": "smalltext" },
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "none"
}
}
}
});
</script>