toggles the ability to play audio/video files
webix.ui({
view:"filemanager",
url: "//localhost:3200/",
player: false // disables ability to play audio/video files
});
If the property is set to false, File Manager will not have the ability to play audio and video files.