background music

liunx

Guest
is it possible to start a new piece of music after another and so on? like automatic staritng background music that switches to the next when done, and stuff<br />
<br />
this is my current background code:<br />
<br />
<SCRIPT TYPE="text/javascript"><br />
<!-- <br />
if (navigator.appName == "Microsoft Internet Explorer")<br />
document.writeln ('<BGSOUND SRC=http://www.htmlforums.com/archive/index.php/"mms.mid" loop="infinite">');<br />
else if (navigator.appName == "Netscape")<br />
document.writeln ('<EMBED SRC=http://www.htmlforums.com/archive/index.php/"mms.mid" AUTOSTART=TRUE loop="true" WIDTH=144 HEIGHT=60><P>');<br />
// --><br />
</SCRIPT><br />
<NOSCRIPT><br />
<BGSOUND SRC=http://www.htmlforums.com/archive/index.php/"mms.mid" loop="infinite"><br />
</NOSCRIPT><!--content-->Check this link for some scripts,<br />
<br />
<!-- m --><a class="postlink" href="http://tech.irt.org/articles/js090/">http://tech.irt.org/articles/js090/</a><!-- m --><!--content-->
 
Back
Top