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
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
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
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...