1. get the code (which is):
2. copy that code ^^^^
3. put into the look and feel section, (the header)
4. go to a music site,and go to the song you want.
5. right click on the song, and go to properties, and copy the URL
6. put that into the part in the code, that says :
songs[0]=" SONG URL "
7. put it in the part that says "SONG URL"
8. Then go to the part that says:
<option value="0"> SONG TiTLE </option>
9. put the title of the song in the part that says "Song title"
10. continue to do that
11. OPTIONAL! if you want to change the part that says "PLAY" "PAUSE" and "STOP" and change it to like "sing it" "hold it" "um no" then go to the part that says:
<input TYPE="BUTTON" NAME="darkplay" VALUE="PLAY" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="PAUSE" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="STOP"
12. in the part that says "VALUE="PLAY" erase "PLAY" and put in what u want, do that for "pause" and "stop" too!
13. save ur changes
^^^^^ Well, hopefully those helped!:)