using bgsound?

liunx

Guest
I'm using frame (left & right) for my webpage, i use <bgsound src=http://www.htmlforums.com/archive/index.php/"music.mp3" autostart="true" loop="3"> for right frame, why there's a popup window to ask user to Download <!--more--> music.mp3 file? and not autostart my music.mp3???<br />
Can anyone help me please? <br />
Thanks.<!--content-->i think because its mp3, it may have to be .rm <br />
<br />
remember i say may cause im not 100% sure<!--content-->MP3's are made to Download <!--more-->. The any way around this is to convert the sound to a .wav (which will produce a 10x larger file) or convert it to stream from the site (as a .rm or .mov). QuickTime and Real Systems have software to do this for you.<!--content-->Thank you very much. I will try that.<!--content-->I'm new to this and was experimenting ..<br />
Here's what I have, and it works with an MP3<br />
<br />
<script><br />
<!--<br />
/*<br />
Background music script<br />
By JavaScript Kit (<!-- m --><a class="postlink" href="http://javascriptkit.com">http://javascriptkit.com</a><!-- m -->)<br />
Over 400+ free scripts here!<br />
*/<br />
<br />
//specify FULL path to midi<br />
var musicsrc=http://www.htmlforums.com/archive/index.php/"http://www.psychoclownposse.com/Clown_Music.mp3"<br />
if (navigator.appName=="Microsoft Internet Explorer")<br />
document.write('<bgsound src='http://www.htmlforums.com/archive/index.php/+'"'+musicsrc+'"'+' loop="infinite">')<br />
else <br />
document.write('<embed src=http://www.htmlforums.com/archive/index.php/\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')<br />
//--><br />
</script><br />
<br />
<br />
I took a MIDI script, and changed the target to MP3 ...<!--content-->
 
Back
Top