I found a similar post from a couple years ago, but the browser versions were different.
I have a page with CSS. I want to play background music (midi file) when it loads. Here is the code I'm using:
<EMBED SRC="audio/somesong.mid" width=144 height=60 AUTOSTART=TRUE></EMBED>
<NOEMBED><BGSOUND SRC="audio/somesong.mid"></NOEMBED>
It works in Internet Explorer 5.0 but not Netscape Navigator 4.51. Does Navigator support midi files?
Thanks,
D.A.
I have a page with CSS. I want to play background music (midi file) when it loads. Here is the code I'm using:
<EMBED SRC="audio/somesong.mid" width=144 height=60 AUTOSTART=TRUE></EMBED>
<NOEMBED><BGSOUND SRC="audio/somesong.mid"></NOEMBED>
It works in Internet Explorer 5.0 but not Netscape Navigator 4.51. Does Navigator support midi files?
Thanks,
D.A.