Example 1 - VAST 2 Linear


The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
                "pauseOnClickThrough": true,
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://search.spotxchange.com/vast/2.00/74856?VPAID=1__amp__
                               content_page_url=[page_url]__amp__cb=__random-number__"
                    }
                ]
            },

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