Controlo da barra de ferramentas através da API Desculpe, este artigo está disponível em 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"); |