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

Skinning to make Round


I'm trying to make a audio player, and want just a simple round button that you click to play, similar to what KCRW does (http://www.kcrw.com/). Is it possible to create a skin to do this, or is there a better way to accomplish this?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

The easiest way to do this might be to hide our player controls completely and then create your own round play button. Set the onclick function of the button to call:

jwplayer().play()

so clicking on this button will toggle between play and pause.

This question has received the maximum number of answers.