Example 3-1 - MRSS playlist, stream post-rolls, no delay, ad enforcement

Loading the player ...

The configuration for this example is:


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

       width: 650,
       height: 240,

       'playlistfile': 'http://content.bitsontherun.com/jwp/482jsTAr.xml',
       'playlist.position': 'right',
       'playlist.size': 250,

       'controlbar.position':'bottom',

       plugins: {
           "../../../../dist/swf/ova-jw.swf": { 
               "allowPlaylistControl": true,
             
               "ads": {
                   "enforceLinearAdsOnPlaylistSelection": true,
                   "servers": [
                       {
                           "type": "OpenX",
                           "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
                           "allowAdRepetition": true
                       }
                   ],
                   "notice": { "textStyle": "smalltext" },
                   "schedule": [
                       {
                           "zone": "5",
                           "position": "post-roll"
                       }
                   ]
               },

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