Como alterar o design do player em tempo real Desculpe, este artigo está disponível em inglês You can use the functionality of combining players When creating a player, you can select the desired player by number, which allows you to place several different players on one page. In PRO you can combine up to 10 different configurations and switch to other profiles "on the fly" after creating the player. In this case will change just design. In this case, the player's design and all settings will change. This design change can be triggered by certain events, such as switching to fullscreen mode or loading the player on a mobile platform. The design can also be changed in this way based on the user's preferences. You can configure the switching by using the API command design player.api("design",2);
This command switches the player's design to the second configuration. You can also change the player's design with the design parameter via the playlist [{"file":"...","design":2},{"file":"...","design":3}]
You can assign a configuration for mobile platforms and the option to always use the advertising settings of the main player. |