Combining multiple players into one


The combination of players allows you to store several configurations in one player. This is handy if you want to publish on one page several players with different designs or settings.

How it works

For example, you have created two different players (for audio and video) and want to place them on the same page. One of the players will be the primary, the second - an additional. In the settings of the main player you need to go into Plugins/ Combine the players and select the second player in the Player #2 menu.

Then you need to specify the player number with the player parameter in the code to enable the corresponding design and settings.

var player = new Playerjs({id:"player",file:"http://site.com/video.mp4",player:2});

In PRO you can combine in this way up to 10 different players simultaneously.

How to switch between designs on the fly

You can also change the design of the player via JS API using the design command

player.api("design",2);

Copy design

You can also copy the design (just design) of one player to another using this page.


19.9.102024 © PlayerJS

Sign up free

Sign up
By signing up, you agree to Terms of Service
Login if you have an account

Restore password

Restore
Forgot email? Contact us