The configuration for this example is:
<script type="text/javascript">jwplayer("container").setup({
flashplayer: OVA_PLAYER_2,
file: "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
plugins: {
"../../../dist/swf/ova-jw.swf":
{
debug: "fatal, config, vast_template, vpaid, http_calls, playlist, api",
autoPlay: true,
vast: escape('<?xml version="1.0" encoding="UTF-8" ?><VAST version="2.0">.....</VAST>')
}
},
height: 300,
width: 450
});
</script>