Example 14 - Empty "ova.tag" short-cut

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",
              duration: 10 
          }
       ],

       width: 650,
       height: 240,

       controlbar: "bottom",

       plugins: {
           "../../../dist/swf/ova-jw.swf": { "tag": "" }
       }
});
}
</script>