Example 6.01.01 - Static overlay - 'always hide' control bar

The configuration for this example is:


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

        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": ""
            }
        }
    }
});