Example 1 - A VAST 2 pre-roll and companion


COMPANION AD APPEARS HERE

The configuration for this example is:


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

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

            "ads": {
                "notice": { "textStyle": "smalltext" },
	            "companions": {
	               "regions": [
                      { "id":"companion", "width":"300", "height":"250" }
                   ]
                },                
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://eas4.emediate.eu/eas?cu=14102;ty=video"
                    }
                ]
            }
        }
    }
});