Example 6 - MRSS: On demand ad calls with "playOnce:true" and "enforceLinearAdsOnPlaylistSelection:true"

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: "", 
       
       'playlistfile': 'http://content.bitsontherun.com/jwp/482jsTAr.xml',
       'playlist.position': 'right',
       'playlist.size': '250',
       'height': 240,
       'width': 635,
       
       'controlbar.position':'bottom',

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

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