Sound help!! Global sounds

Discussion in 'HTML & Website Design' started by michaelredford, May 13, 2007.

  1. #1
    I have a site www.abctravel.com.au and i have global footers and nav bar. I have also got sound attached to the footer.

    My problem =
    When a user is on one page, and and turns the music off, it stays off untill you click to another page where is resets the loop tune and the music plays again. does anyone know how to overcome this situation
     
    michaelredford, May 13, 2007 IP
  2. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can code it in PHP, create a PHP table (acts like a frame) with the mp3 playing.. and then the whole content can be in a seperate table.. so when you load other pages, the table w/ the mp3 player doesn't refresh/replay/stop
     
    8everything, May 13, 2007 IP
  3. parag

    parag Banned

    Messages:
    62
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can use cookies.
    Check the cookie values each time a page loads
    If its set to off, don't add the music code else add the music code.

    - Parag
     
    parag, May 13, 2007 IP
  4. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you're going to be using pure HTML for this, frames would probably be the way to go... but I'd advise using a PHP solution or something like that...
     
    rgchris, May 14, 2007 IP