Now we get to play with



Ok, first of all you will learn how to put music in your email or webpages. Here is a good site for you to find some music.
Audio

Once you find the song you want click on it so that it plays, while its playing press the "go to" button and click on "show last" now the url of the music is now displayed, now highlight it then press and hold the "cmd" button, while held press the letter "A" then "C". now you have it, Now go to your e-mail signature and press that "cmd" button again, while held press the letter "V"....there it is...cool huh? Now you just have to put in html form. to do this use the embed code like this:
<embed src="http://url....">
and if you want it to start automaticlly when the page loads put autostart=true after the last " and before the > like shown below. thats it. Now if you want the music to start as soon as the page loads put autostart=true after the code like below, if not, there will be a picture of a speaker like this:

Ok, so lets say that you want an e-mail with a black background, gold text, a webtv symbol in the middle and pink floyd playing for music. Here is how you would write it:
<Html><body bgcolor=black text=gold><embed src="http://www.geocities.com/SunsetStrip/Frontrow/2990/maj/majpinknumb.ram" autostart=true><center><img src="https://members.tripod.com/~gifs123/webtv2.gif"></center></html>
Cool huh?



Now lets put an audioscope to "show" your music in you html code. to do this its quite simple, just copy the following code:
<audioscope bgcolor=black width=400 height=50 gain=3 leftoffset=-5 rightoffset=5 leftcolor=red rightcolor=blue></audioscope> It will look like this:

Here's another one:
<audioscope bgcolor=black width=400 height=50 gain=0 leftoffset=-5 rightoffset=5 leftcolor=red rightcolor=blue></audioscope> It will look like this:


You can change the colors, sizes, and gains to get the audioscope you want.

Click Here to learn how to make links.