Example 1 - 'allowPlaylistControl:true' ad calls made "On Demand" during playback

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: "", 
       
       'playlist': [
           {
              'file': 'http://streaming.openvideoads.org/shows/bbb-640x360.mp4',
              'title': 'Big Buck Bunny Trailer',
              'image': '../../../dist/images/bbb-thumb.jpg',
              'duration': '10',
              'description': 'An animated short film about a bunny'
           },
           {
              'file': 'http://streaming.openvideoads.org:81/shows/the-black-hole.mp4',
              'title': 'The Black Hole',
              'image': '../../../dist/images/the-black-hole-thumb.png',
              'duration': '11',
              'description': 'A short film about a black hole'
           }
       ],

       'playlist.position': 'right',
       'playlist.size': '250',
       'height': 240,
       'width': 635,

       'controlbar.position':'bottom',

       'plugins': {
           "../../../dist/swf/ova-jw.swf": { 
               "allowPlaylistControl": true,

               "debug": { 
                   "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api" 
               },
               
               "ads": {
                   "schedule": [
                       {
                          "position": "pre-roll",
                          "loadOnDemand": true,
                          "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"
                       }
                   ]
               }
           }
       },
});
</script>