sound in all pages on one domain

is it possible to play one sound file without interupting, browsing pages inside one domain?<br />
<br />
<br />
:rocker:<!--content-->Yes, if you use frames. This is index.html:<br />
<br />
<frameset rows="0,*" cols="100%" border="0"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"sound.html" name="sound" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" noresize><br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.html" name="main" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0" noresize><br />
</frameset><br />
<br />
Put the sound to play in sound.html. Then name your real index page main.html.<!--content-->
 
Back
Top