Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How to set some skin on-the-fly using JavaScript?


I need to allow a customer to select a skin for JW player from a list.

Does it possible to do this using JS, e.g.

jwplayer('playerNOzgItVerrci').setSkin('five');

I saw JW player's API reference but there's no example how to do this.

Thanks for advance.

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

This is not supported. You would need to do another jwplayer().setup(), and then change the skin.

sales

User  
0 rated :

Thanks Ethan!
That was my idea as well...hehe

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

;) hehe

This question has received the maximum number of answers.