Example 1 - Adding in the Page Url to an Ad Tag

COMPANION AD APPEARS HERE

The configuration for this example is:


<script type="text/javascript">jwplayer("player_left").setup({
       flashplayer: "", 
       file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
       plugins: {
           "../../../dist/swf/ova-jw.swf": 
                { 
                     "tag": "http://openx.openvideoads.org/..&page=__page-url__"			           
                }
       },
       height: 254,
       width: 320
});
</script>