It's been so long since I added music to a web page that I have no idea what browsers are doing with embed codes now, that is the latest versions of IE and Netscape. I do not like adding background, autostart, looped music to any web sites but I have a client who insists on it.
I used to use:
<embed src="filename.mid" autostart="true" loop="true" volume="50"><noembed><bgsound src="filename.mid" autostart="true" loop="infinite" volume="50"></noembed>
Is it the best way now? What do you think is the best way now to do it now as far as compatibility of the new versions of browsers?
Any help will be greatly appreciated.
I used to use:
<embed src="filename.mid" autostart="true" loop="true" volume="50"><noembed><bgsound src="filename.mid" autostart="true" loop="infinite" volume="50"></noembed>
Is it the best way now? What do you think is the best way now to do it now as far as compatibility of the new versions of browsers?
Any help will be greatly appreciated.