Example 1 - Adding a Page Url to an Ad Tag



The configuration for this example is:


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

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

        ova: {
            url: "",
            tag: "http://openx.openvideoads.org/..charset=UTF-8__amp__page=__page-url__"
     }
});