Hey every one how's it hanging? Now i know alot of people here want to put music on websites but aren't so sure how to do it, well i know a few tricks of the trade and these might be able to help you out.
Adding Music
This is a very easy thing to do and can really brighten up your webpage. There are several ways you can add music. It can play in the background, play once only, play continuously, or you can let the person viewing the webpage decide what they want to do. First you need to have your music file saved somewhere on the internet. Simply replace the text http://images.neopets.com/help/beep.wav with the URL of your music file. You can embed src files with the extensions of:
.mid
.midi
.wav
.mp3
.jpg
.jpeg
.gif
.bmp
.png
Creating a player
You can create a little music player on your page, this will allow the viewer to stop and start the music whenever they wish. What tags you use depends on if you want people to see it in Netscape or Internet Explorer (it may not work in other browsers such as Mozilla, Opera, etc). Netscape supports embed tags and IE supports bgsound tags. It is best to include both, that way it will always work.