Example 3.9 - Manually enabling the referrer URL to be passed to a VPAID ad


The configuration for this example is:


flowplayer("a.player614x345", "", {
    plugins: {
        controls: {
            autoHide: "never"
        },
        
        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
               "vpaid": {
                  "supplyReferrer": true,
                  "referrer": "www.my-domain.com"
               },
               "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": ""
                  }
               ]
            },

            "debug": {
              "levels": ""
            }
        }
    }
});