Example 5 - Forcing encoding on OVA variables - Short form



The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           duration: 20
       }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",
            "ads": {
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                               script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml__amp__
                               zones=pre-roll:0.0-0%3D5__amp__nz=1__amp__source=__amp__r=R0.42606063978746533__amp__
                               block=1__amp__format=vast__amp__charset=UTF-8__amp__page-url=__page-url__",
                       "encodeVars": true
                    }
                ]
            },
            "debug": {
                "levels": ""
            }
        }
     }
});