
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.