Example 10 - Multiple Ad Tag Request (first fails)

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: OVA_PLAYER_56_2, 
       playlist: [
           { file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4" }
       ],
       plugins: {
           "../../../dist/swf/ova-jw.swf": { 
               "ads": {
                  "schedule": [
                      {
                         "position": "pre-roll",
                         "tag": "http://ads.example.com/this-will-fail.html"
                      },
                      {
                         "position": "pre-roll",
                         "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                                 script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&
                                 zones=pre-roll0-0%3D5&nz=1&source=&r=R0.8062691302038729&
                                 block=1&format=vast&charset=UTF-8"
                      }
                  ]
               },
               "debug": { "levels": "fatal, config, vast_template, playlist" }
           }
       },
       height: 300,
       width: 450
});
</script>