Example 1 - A VAST 1.0 pre-roll ad only



The configuration for this example is:


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

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

            "ads": {
                "pauseOnClickThrough": true,
                "schedule": [
                    {
                       "zone": "3402677",
                       "position": "pre-roll",
                       "server": {
                          "type": "DART",
                          "tag": "http://ad.doubleclick.net/pfadx/N270.135279.6816128834321/
                                  B3442378.2;dcadv=1379578;sz=0x0;ord=543789723"
                       }
                    }
                ]
            }
        }
    }
});