Example 1 - VAST 1 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",
                       "server": {
                          "type": "direct",
                          "tag": "http://ad.de.doubleclick.net/ad/testadvertiser.smartclip/vast1;
                                  sz=400x320;dcmt=text/xml;ord=__random-number__?",
                       }
                    }
                ]
            },

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