Example 1 - VAST 2 Linear Pre-roll

Loading the player ...
728x90 companion

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": {
                 "companions": {
                    "regions": [
	                     { "id":"companion-728x90", "width":"728", "height":"90" }
                    ]
                 }, 
              	 "schedule": [
                    { 
                       "position": "pre-roll",
                       "tag": "http://c7.zedo.com/jsc/c4/fns.vast?n=101&c=10690&d=9&s=163&v=vast2&z="  
                    }
                 ]
              }
           }
       },
       height: 300,
       width: 450
});
</script>