PDA

View Full Version : Embedding Music and Have It Played Continuously



iKwak
08-17-2004, 04:02 PM
<embed src="/../../music.mp3" width=1000 height=200 autostart=true loop=true>
<noembed>
<bgsound src="/../../music.mp3" loop=infinite>
</noembed>



Is there a way I can make the song play throughtout (continuously?) the pages? For example, if a visitor clicks on page 2, the song continues to play where it left off rather than start the song from the beginning on page 2.

AndyH
08-17-2004, 08:02 PM
Only if you use a frame/iframe I believe. Or you could have them open a window that plays it - but that might not be fesible with how your site works.

intelliot
08-17-2004, 09:37 PM
Yep. I recommend opening it in a new window, because frames have other problems (unless, of course, your site already uses frames. In this case the choice is obvious)

iKwak
08-27-2004, 02:04 PM
I decided to take it down as it is not 56k friendly.
But the song did go well along with the site.