Example 7 - Empty OVA Configuration

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: OVA_PLAYER_56_2, 
       playlist: [
           { file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4" }
       ],
       plugins: {
           "../../../dist/swf/ova-jw.swf": { 
           }
       },
       height: 300,
       width: 450
});
</script>