Example 3- VAST 2.0 Non-Linear

300x60 static
300x60 iframe

The configuration for this example is:


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

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

            "ads": {
                "pauseOnClickThrough": true,
                "companions": {
                   "regions": [
                      {  
                        "id":"companion-300x60-static", 
                        "width":"300", 
                        "height":"60", 
                        "resourceType": "static" 
                      },
                      { 
                        "id":"companion-300x60-iframe", 
                        "width":"300", 
                        "height":"60", 
                        "resourceType": "iframe" 
                      }
                   ]
                },
                "schedule": [
                     {
                        "position": "auto",
                        "duration": "recommended:15",
                        "startTime": "00:00:03",
                        "server": {
                           "type": "direct",
     	                   "tag": "http://ad3.liverail.com/?LR_PUBLISHER_ID=1331
     	                           __amp__LR_CAMPAIGN_ID=228__amp__LR_SCHEMA=vast2"
                        }
                     }
                ]
            }
        }
    }
});