Example 6.02.00 - VPAID overlay - 'never hide' control bar

The configuration for this example is:


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

        ova: {
            url: "",
            
            "ads": {
               "schedule": [
                   { 
                      "position": "auto:bottom",
                      "startTime": "00:00:05", 
                      "duration": "recommended:20",
                      "tag": "http://openx.openvideoads.org/openx..format=vast__amp__charset=UTF-8"
                   }
               ]
            },
            
            "debug": {
              "levels": ""
            }
        }
    }
});