Example 1 - A VAST 1.0 pre-roll ad only



The configuration for this example is:


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

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

            "ads": {
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://ads.adrise.tv/?pubid=00000000_DEFAULT_PUB_ID_00000000__amp__zid=iosDev__amp__platform=web__amp__sdk=1.0_vast__amp__uniqid=1234567890123"
                    }
                ]
            }
        }
    }
});