bgsounds in web page

liunx

Guest
I am trying to get a midi sound file to play. I've been trying to see if the site comes up in IE, netscape and opera. It works in Opera, but not in IE or netscape. <br />
Here's the code. The file is played on winamp3 and is I wonder if the sound bite format has something to do with it?<br />
What could I check?<br />
<html><br />
<head><br />
<title>Link page Layout</title><br />
</head><br />
<body bgcolor="990033" link="#ffffff" alink="#ffffff" vlink="#ffffff"><br />
<bgsound SRC=http://www.htmlforums.com/archive/index.php/"X_Files4.mid" loop="1"><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"index.html" target="_top">Home</a></p><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"webwork.html" target="pages">Web Work</a></p><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"appswork.html" target="pages">Applications</a></p><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"keyboardingwork.html" target="pages">Keyboarding</a></p><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"computersciencework.html" target="pages">Computer Science</a></p><br />
<p><a href=http://www.htmlforums.com/archive/index.php/"Home.html" target="pages">Classwork Main</a></p><br />
</body><br />
</html><!--content-->try looking at this site:<br />
<!-- m --><a class="postlink" href="http://www.faqs.org/docs/htmltut/sounds/sounds_famsupp_18.html">http://www.faqs.org/docs/htmltut/sounds ... pp_18.html</a><!-- m --><br />
if you dont find anything you need on there im sorry i couldnt have been more help<!--content-->
 
Back
Top