Click to See Complete Forum and Search --> : background audio over multiple pages??


Joelda
05-21-2004, 01:38 PM
I am trying to figure out how to play background music continuously on my website while a user navigates through the pages. I know how to embed an audio file on a web page but as soon as a user clicks a link to another page the music goes away.
I have tried placing the embedded audio file on the master template which all the pages are inheriting from - but all this does is start the audio over again when the user goes to the next link.
I am using dreamweaver as a developer - but I am somewhat ok with html coding.
anyone with any advice?

Aronya1
05-21-2004, 03:56 PM
I expect you could do it using frames, but...

Most people here will have the same thing to say about both ideas: don't. Don't use frames. Don't use music.

The Cheat
05-21-2004, 05:39 PM
Originally posted by Aronya1
Don't use frames. Don't use music.

Vladdy
05-22-2004, 09:00 AM
Put this on your home page:
<p>I think my site goes together with<a href="mysong.mp3">this tune</a></p>

smercer
05-23-2004, 12:39 AM
I'll aggree to Aronya1. but if you really want music (if the visiter does not like the music, you will scare the visiter away), without the frames, you can put in a frame but have the width or height set to 0 pixels so that it can not be seen or be annoying.