• Hi everyone,

    I want to stream an mp3 that plays constantly over the entire site regardless of which page you are on. I was using a player recently but whenver I’d go to a new page, it would cut out and restart each time!

    How can I have a simple player that streams constantly, without interruption regardless of the page you are on?

    Thanks!
    Chad

Viewing 1 replies (of 1 total)
  • If the htlm reloads, the player will reload, and thus start overagain.

    If you player is Flash, you could use a shared object to store the time of the sound file, and have the file start at current position before the pagerefresh. However it would sound really bad, as you would experience interruption.

    You need to embed your player in a frame which doesn’t reload when the user navigates your site.

Viewing 1 replies (of 1 total)

The topic ‘Mp3 player’ is closed to new replies.