Example 6.02.00 - Control bar positioning - 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',
       plugins: {
           "../../../dist/swf/ova-jw.swf": {
              "ads": {
                 "schedule": [
                     { 
                        "position": "auto:bottom",
                        "startTime": "00:00:05", 
                        "duration": "recommended:20",
                        "tag": "http://openx.openvideoads.org/.."
                     }
                 ]
              },
              
              "debug": {
                  "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
              }
           } 
       },
       height: 300,
       width: 450
});