Example 4.03.00 - Dealing with empty on demand overlay ad calls

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
    	{
            url: "",
            duration: 30
    	}
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "ads": {
               "schedule": [
                   {
                       "zone": "28",
                       "position": "auto:bottom",
                       "loadOnDemand": true,
                       "startTime": "00:00:03",
                       "duration": 10,
                       "width": 450,
                       "height": 50,
                       "tag": "OVA_BLANK_VAST_RESPONSE"
                   }
               ]
            },

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