Mark Panaghiston
unread,Jul 19, 2011, 6:36:30 PM7/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jpl...@googlegroups.com
In theory you just remove them from the HTML.
In practice, the play and pause buttons should be left in as mobile browsers will require you to click on the play button before it starts. A user gesture is required.
I have answered this in another thread for onyx, but i cannot find the thread now...
With streams, to be thorough, you need to play them and then the pause button does a clearMedia to stop the media streaming to the browser for hours while paused. Then when the play button is pressed, jPlayer will generate an error... NO_URL_SET so you then use that error to do a setMedia back to your radio station again.