sound help

I found this code on the net

<embed src="music.mid" width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="music.mid" loop=infinite>
</noembed>

And it wont auto play my sound or even put the player on the web site.

This is for Netscap and iE and I use Firefor is this why????

And is there a way to get my sound to play for all browsers??
 
I found this code on the net

<embed src="music.mid" width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="music.mid" loop=infinite>
</noembed>

And it wont auto play my sound or even put the player on the web site.

This is for Netscap and iE and I use Firefor is this why????

And is there a way to get my sound to play for all browsers??

Umm not sure this is the right forum and im guessing that is html so simplest way of a song on your website would be:

<bgsound src="Filename.mp3" loop="infinite"(if you want it to repeat)> in the header tag of your site i may be mistaken been several years since i touched HTML if it doesnt work let me know i will get the code right for you.
 
thanks but

the code
<bgsound src="Filename.mp3" loop="infinite">

Did not do anything.
I am useing Firefox is this why I need the code to work in iE so if this will work in Internet Explorer then I am ok???
 
thanks but

I found this
<embed src="celine.mp3" width=50 height=15 autostart=true align=right repeat=true>

It says it works on Firefox and iE is this right and were do I put this code in Head Tages??
 
Attach your html code ill tell ya.

What format is your sound file in?

Try converting it to WAV and using the code from above.
 
Back
Top