Example 2 - A VAST 2 non-linear


728x90 companion

The configuration for this example is:


flowplayer("example", "", {
    playlist: [
       {
           url: "",
           duration: 20
       }
    ],	
    plugins: {	    
        controls: {
            autoHide: "always"
        },

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

            "ads": {
                "companions": {
                    "regions": [
	                     { "id":"companion-728x90", "width":"728", "height":"90" }
                    ]
                }, 
                "schedule": [
                    {
                       "region": "auto:bottom",
                       "startTime": "00:00:03",
                       "duration": 40,
                       "tag": "http://c7.zedo.com/jsc/c4/fns.vast?n=101__amp__c=10691__amp__d=9__amp__s=163__amp__v=vast2__amp__z="
                    }
                ]
            }
        }
    }
});