Example 1 - VPAID pre-roll

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: OVA_PLAYER_3, 
       playlist: [
	       { file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", duration: 10 }
       ],
       plugins: {
           "../../../../dist/swf/ova-jw.swf": { 
              "debug": {
                  "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
              },

              "ads": {
                 "schedule": [
                     {
                        "position": "pre-roll",
                        "tag": "../../../../dist/templates/ad-servers/innovid/vpaid-linear.xml"
                     }
                 ]
              }
           }
       },
       height: 300,
       width: 450
});
</script>