Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I posted this in github to no avail, so sorry for cross-posting.

Simple question: how do I use onclick in a link to pause the custom player (not toggle)?

Original long-winded post: I am using JQuery to hide and show divs, rather than having separate pages. The sc_player is on its own html page, but viewed through an iframe.

Using an adapted version of the minimal skin, if the player is playing when you hide the div that contains the iframe, the audio stops (great - that's what I need), however when you reveal the div again the player starts playing the first track on the page automatically, while the play/pause button is in the same state it was in before hiding the div.

This means that when returning/revealing to the div/page that has the player, it will be playing track 1 while visually indicating that another track is playing.

Is there a way to use the link that shows/hides the div to also tell the player to stop while setting all the buttons to reflect that?

See the page here (sc_player is on the media 'page'): http://www.bugcompass.co.uk

I have a workaround (now implemented) which uses the menu links to reload the iframe, but in some browsers this ruins the flow of the animated hide/show.

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.