Example 5.01.02 - Linear ad stream - 'fullscreen hide' control bar

The configuration for this example is:


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

        ova: {
            url: "",
            
            "ads": {
                "schedule": [
                    { 
                       "position": "pre-roll",
                       "tag": "http://openx.openvideoads.org/openx..format=vast__amp__charset=UTF-8"
                    }
                ]
            },

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