Example 1- VAST 1.0 Linear

300x250 Companion
728x90 Companion

The configuration for this example is:


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

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

            "ads": {
                "pauseOnClickThrough": true,
                "companions": {
                    "regions": [
                        {  
                           "id":"companion-300x250", 
                           "width":"300", 
                           "height":"250"
                        },
                        { 
                           "id":"companion-728x90", 
                           "width":"728", 
                           "height":"90" 
                        }
                    ]
                },
                "schedule": [
                     {
                        "position": "pre-roll",
                        "server": {
                           "type": "direct",
     	                   "tag": ""
                        }
                     }
                ]
            }
        }
    }
});