<embed src="http://URL of sound-file"> is the Netscape code. Use it within your <body> tag for background-music and/or hotlinks.<bgsound src="http://URL of sound-file"> is the Microsoft Internet Explorer code. Use it in the same way as above.
<bgsound src="http://URL of sound-file"> is the Microsoft Internet Explorer code. Use it in the same way as above.
NOTE: When using the Microsoft IE <bgsound src> tag, you don't have to use the " autostart=true>" attribute, your sound will start automatically and the "loop=?" and "infinite" attributes work the same in both tags, but you must use the Netscape-friendly <embed src> tag if you want the clickable button to appear.
Here's how you make text linkable to a <a href="https://webdood.tripod.com/midees/diarymadman.mid"> sound-file.</a>
To allow your sound to automatically play on both browsers use the following code:<embed src="http://URL of sound-file" autostart="true" loop="true"> <noembed> <bgsound src="http://URL of sound-file" loop="infinite"> </noembed>
<embed src="http://URL of sound-file" autostart="true" loop="true"> <noembed> <bgsound src="http://URL of sound-file" loop="infinite"> </noembed>