Custom vars Lo sentimos, esta página está pendiente de traducción al español You can transfer your variables to the player with object vars and then pick it up via API var player = new Playerjs({id:"player", file:"video.mp4", vars:{my1:"a",my2:"b"}}); var vars = player.api("vars"); console.log(vars.my1); // aIn the same way, you can pass your variables in playlist. Works with version 7.59+ |