Example 4.03.00 - Dealing with empty on demand overlay ad calls

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: "", 

       width: 540,
       height: 360,

       playlist: [
          { 
             file: "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
             duration: 30 
          }
       ],

       'controlbar.position':'bottom',

       plugins: {
           "../../../dist/swf/ova-jw.swf": { 
               "ads": {
                   "schedule": [
                       {
                           "zone": "28",
                           "position": "auto:bottom",
                           "loadOnDemand": true,
                           "startTime": "00:00:03",
                           "duration": 10,
                           "width": 450,
                           "height": 50,
                           "tag": "../../../dist/templates/error-responses/vast1.0/blank-vast-response.xml"
                       }
                   ]
               },

               "debug": {
                  "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
               }
           }
       }
});
</script>