Example 1 - VAST 2 VPAID Linear


The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
        	autoHide: "never"
        },

        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
                "vpaid": {
                    "holdingClipUrl": "http://static.openvideoads.org/ads/blank/blank-pixel.jpg"
                },
                "pauseOnClickThrough": true,
                "companions": {
                    "regions": [  
                     	{ "id": "companion-1", "width": 300, "height": 250 }
                    ]
                },
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://pbint.tidaltv.com/adserver2.0/tpas1.aspx?mt=1__amp__pid=1
                               __amp__pd1=broadscaler__amp__fmid=11__amp__xf=12__amp__
                               rand=__random-number__"
                    }
                ]
            },

            "debug": {
              "levels": ""
            }
        }
    }
});