How to Add Audio to your Webpage
by Computer Experts • December 19, 2011 • 0 Comments
You can add audio (sound) to your web page that will be compatible with both Internet Explorer and Netscape Navigator. Add the following code to the HTML of your web page where you would like the control panel to display. <EMBED src=”yourfile.mid” autostart=”true” loop=”false” hidden=”false”> <noembed> <bgsound src=”yourfile.mid” loop=”1″> </noembed> Change the text indicated in [...]
Read more →