Adding Sound to Your Web Page



If you want to add sound to your web page, you can down load midi files or web files from the internet. The most popular file type is the midi file because they are very small. Wav files can be quite large but necessary if you need to use a voice recording or other more complex recording. There are several good midi resources on the net, here is one. You  can download the midi file by right clicking with your broser and picking the save target or save file as feature depending on your browser.

If you want the music to play when the page is loaded, you will need to go near the end of your document and insert the following html using Composer.

<embed src="Music.mid" autostart="true">  

Place your user near the end of your document and select the Insert command from the menu. Select HTML and a box will appear. Type <embed src="Music.mid" autostart="true">  ,but change the Music.mid file name to match your music file name.

You can also link directly to a music file. For Example.