Example 4 - A VAST 2 VPAID Linear


The configuration for this example is:


flowplayer("example", "", {
    plugins: {	    
        controls: {
            autoHide: "never"
        },

        ova: {
            url: "",
            
            "debug": {
                "levels": ""
            },

            "ads": {
                "pauseOnClickThrough": true,
                "vpaid": {
                    "enableMaxDurationTimeout": true,
                    "maxDurationTimeout": 30
                },
                "schedule": [
                    {
                      "position": "pre-roll",
                      "server": {
                          "type": "direct",
    	                  "tag": "http://ad4.liverail.com/?LR_ORDER_ID=23533996__amp__
    	                          LR_PUBLISHER_ID=3996__amp__LR_SCHEMA=vast2"
                      }
                    }
                ]
           }
        }
    }
});