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



The configuration for this example is:


flowplayer("example", "", {
    playlist: [
       {
           url: "",
           duration: 20
       }
    ],	
    plugins: {	    
        rtmp: {
            url: ""
        },

        controls: {
            autoHide: "always"
        },

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

            "ads": {
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://c7.zedo.com/jsc/c4/fns.vast?n=101__amp__c=10688__amp__d=9__amp__s=163__amp__v=vast2__amp__z="
                    }
                ]
            }
        }
    }
});