Click to See Complete Forum and Search --> : Automatic music on opening


alanD
02-06-2003, 04:51 AM
I've produced CDROMs where the web page on them opens automatically as soon as the disc is put into the drive.
Is there a way to have a background music track open automatically and have it keep playing as the viewer moves from page to page ?
If that is possible can a series of music tracks be played as the viewer navigates the site?
thanks for the help

Zach Elfers
02-06-2003, 02:34 PM
Make your site in frame first, but make the frame with the music not show like this:

<frameset cols="100%,*">

Then, add:

<bgsound src="music.wav" loop="infinite">

to the page with the music that will not show on the screen. I don't think I explained that very well so I hope you understand.

alanD
02-08-2003, 04:38 AM
Fantastic. That was just what the doctor ordered.
Now I'd like to try to have it playing a series of tracks rather than looping through the one track. Can it be done?