Example 3 - A VAST 1.0 wrapped pre-roll ad only



The configuration for this example is:


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

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

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "DART",
                      "apiAddress": "http://ad.doubleclick.net",
                      "customProperties": {
	                        "site": "AngelaSite",
	                        "redirect": "angelaredirect",
	                        "size": "468x60"
                      }
                    }
                ],
                "schedule": [
                    {
                      "zone": "3402677",
                      "position": "pre-roll"
                    }
                ]
            }
        }
    }
});