|
How can I download NeoPets music? How can I put NeoPets music on my site?
Below is a list of 12 NeoPets games that have come along with music. Depending
upon your browser, you can click the link below to listen to the music and download
them to your iPod.
If you'd like to put music on a webpage use this html code snippet as a guide:
<head>
<bgsound src="http://images.neopets.com/mp3/attack_of_the_slorgs.mp3"
loop="-1">
</head>
That is, use the <bgsound> tag and put it in the <head> section.
The src lets you set the source. The loop value you can set to "-1"
which will cause the music to play as long as the page is open; "0"
or "1" which will cause the music to play one time; "2"
for twice; "10" for ten times, and so forth.
|