Midi Sounds

liunx

Guest
Have been away from Midis for quite sometime now. I inserted a midi file in a small frame on a two frame page so that the midi would play through while viewing the rest of the site from the other frame. My problem is that some people say they can't hear it. I have used BGSOUND="whatever.mid" for my tag. Will this work on all browsers? And if not has one been created that will work on all or most browsers without a plug in error coming up?<!--content-->BGSOUND is a Micro$oft IE proprietary tag. The only browsers I've found to support it is IE and Opera. So, users who are browsing with NN or Mozilla aren't getting your background sound. You may want to try this instead.<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"your.midi" autostart="true"><!--content-->I used to use double tags. Embeds and BGsound to cover all the bases... But now if someone using an older version of MSIE they get a plugin error. No big deal but still annoying to some...<!--content-->
 
Back
Top