Example 04.02.00 - Default Linear VPAID Ad Setup - Skinned - Bottom

Loading the player ...

The configuration for this example is:


jwplayer("container").setup({
       flashplayer: "", 
       playlist: [
	       { file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", duration: 30 }
       ],
       'controlbar.position': 'bottom',
       skin: "http://static.openvideoads.org/downloads/skins/lulu.zip",
       plugins: {
           "../../../dist/swf/ova-jw.swf": {
              "ads": {
                 "schedule": [
                     { 
                        "position": "pre-roll",
                        "tag": "http://openx.openvideoads.org/...&format=vast&charset=UTF-8"
                     }
                 ]
              },
              
              "debug": {
                  "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
              }
           } 
       },
       height: 300,
       width: 450
});