|
Adding Music
There is only one way you can add music. If the user viewing your page is using Internet Explorer, your music can play in the background when the page loads.
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 use bgsound src files with the extensions of:
Creating a player
<bgsound src="http://images.neopets.com/help/beep.wav">
Replace the "http://images.neopets.com/help/beep.wav" part of the code with the URL of your own file on the Internet.
This will make a sound when the page loads for Internet Explorer users.
|