Control de la barra de herramientas mediante API Lo sentimos, este artículo está disponible en inglés 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"); |