Embedding Sound on a page
Midis
< BGSOUND src="//www.oocities.org/TimesSquare/Arcade/3610/zest.mid" loop="-1" > < EMBED src="//www.oocities.org/TimesSquare/Arcade/3610/zest.mid"HIDDEN=TRUE LOOP=TRUE AUTOSTART=TRUE >
This is only an example. Substitute the URL that your midi is on. The best place to embed the midi is after the meta tags and before the < !--BODY-- > tag. Also, take the =TRUE LOOP out of the 2nd part if you don't want the midi to loop and repeat.
Wavs
< BGSOUND src="//www.oocities.org/TimesSquare/Arcade/3610/zest.wav" loop="-1" > < EMBED src="//www.oocities.org/TimesSquare/Arcade/3610/zest.wav"HIDDEN=TRUE LOOP=TRUE AUTOSTART=TRUE >
Again, this is only an example. Substitute the URL that your wav is on. The best place to embed the wav is after the meta tags and before the < !--BODY-- > tag. Also, take the =TRUE LOOP out of the 2nd part if you don't want the wav to loop and repeat.
[Main Page]
[HTML Help]
Member of the Internet Link Exchange