Contrôle de la barre d'outils via l'API Désolé, cet article est disponible en anglais 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"); |