Example 3 - Adding custom variables to Ad Tags via Javascript embed setup code

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: OVA_PLAYER_2, 
       file: "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
       config: "../../config/ad-servers/ova03.xml",
       plugins: {
           "../../../dist/swf/ova-jw.swf": { 
                debug: "fatal, config, vast_template, vpaid, http_calls, playlist, api",
                tagParams: "a:aa,b:bb,c:cc"
           }
       },
       height: 300,
       width: 450
});
</script>