manutdtom
12-14-2005, 10:33 AM
I want to put the following WAV file onto the backround of my site:
http://www.badongo.com/file.php?file=Band+Aid__2005-12-14_do+they+know+its+chr.wav
I have got the following code from a site (WITH THEIR EXAMPLES!) - where would i put the file extensiton?? (the code above)
<SCRIPT TYPE="text/javascript">
<!--
var filename="hazy_shade_of_winter.mid";
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="' + filename + '">');
else if (navigator.appName == "Netscape")
document.writeln ('<EMBED SRC="' + filename + '" AUTOSTART=TRUE WIDTH=144 HEIGHT=60><P>');
// -->
</SCRIPT>
<NOSCRIPT>
<BGSOUND SRC="hazy_shade_of_winter.mid">
</NOSCRIPT>
I am a beginner at codes etc... and i dont relly understand much! If possible, would someone edit the code above and put the file extension and call the WAV sound ' Band Aid ' PLEASE!!
Tom. :)
http://www.badongo.com/file.php?file=Band+Aid__2005-12-14_do+they+know+its+chr.wav
I have got the following code from a site (WITH THEIR EXAMPLES!) - where would i put the file extensiton?? (the code above)
<SCRIPT TYPE="text/javascript">
<!--
var filename="hazy_shade_of_winter.mid";
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="' + filename + '">');
else if (navigator.appName == "Netscape")
document.writeln ('<EMBED SRC="' + filename + '" AUTOSTART=TRUE WIDTH=144 HEIGHT=60><P>');
// -->
</SCRIPT>
<NOSCRIPT>
<BGSOUND SRC="hazy_shade_of_winter.mid">
</NOSCRIPT>
I am a beginner at codes etc... and i dont relly understand much! If possible, would someone edit the code above and put the file extension and call the WAV sound ' Band Aid ' PLEASE!!
Tom. :)