Steuerung der Symbolleiste über API Leider ist dieser Artikel auf Englisch verfügbar You can send the following API command to make the player always show the control panel. player.api("toolbar","on"); The following command will hide the control panel until the user's cursor appears inside the player (normal mode). player.api("toolbar","off"); |