Example 5 - Forcing encoding on OVA variables - Short form

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": 
                { 
                   "ads": {
                      "schedule": [
                         {
                            "position": "pre-roll",
                            "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                                    script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&
                                    zones=pre-roll:0.0-0%3D5&nz=1&source=&r=R0.42606063978746533&
                                    block=1&format=vast&charset=UTF-8&pageUrl=__page-url__",
                            "encodeVars": true
                         }
                      ]
                   },
                   "debug": {
                      "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
                   }
               }
       },
       height: 254,
       width: 320
});
</script>