Hi jwPlayer team. At first, thanks for your awesome video player. I'm using jwplayer with polymer framework and because of this I can not create instance of jwplayer if dom element ID. Is there any way to create jwplayer with dom element directly. For example like this:
var container = document.getElementById("container");
var playerInstance = jwplayer(container);
It would be best if it is possible to create instance of player like this.
Thanks in advance!!!
↧