Topic: Music plays multiple times with refresh

I have a gallery with an mp3 music file that plays upon load.  However if you refresh the page the music starts again... and the original is still playing, so you end up with two versions of the song playing.  This is pretty annoying as the two songs are are different places in the playing... and what's worse you can't mute the music using gallery mute button.

fails in
IE 11.0.16  Version 11.0.9600.17633
Chrome Version 40.0.2214.115 m

Re: Music plays multiple times with refresh

I cannot replicate the problem you reported with this test gallery in IE11 or Chrome 40 (or Firefox 36.0, Opera 27 or Safari 5.1.7): http://juicebox.net/demos/pro/full/?pla … nLoad=TRUE
When I refresh the page (by clicking the reload button in the browser or by pressing F5 or Ctrl + F5), the original music stops and when the page is reloaded, the music starts again.

Please make sure that you are using the latest version of Juicebox-Pro (v1.4.3).
Instructions for downloading the latest version and for upgrading existing galleries can be found here.

Does the problem occur in your browsers with the test gallery? http://juicebox.net/demos/pro/full/?pla … nLoad=TRUE

If you continue to experience difficulties, then please post the URL to your gallery so that I can try to hear the problem for myself and investigate further. Thank you.

Re: Music plays multiple times with refresh

Here is a page with the problem
http://fluidmasksucks.com/favs/index.htm

It now appears that the music starts twice without a refresh.  perhaps a bad edit inserted the code to play the music twice right off the bat.

Marv

Re: Music plays multiple times with refresh

Thank you for providing the URL to your gallery's web page.
You currently have two lots of embedding code on your '/favs/index.htm' web page (both embedding the same gallery into the same container).
Your first lot of embedding code starts at line 30 and your second lot of embedding code starts at line 120.
Remove the first lot of embedding code (lines 30 - 39 inclusive) and your audio should play only once.