Don't have Itunes®? Get it
here.
1) Make a playlist of the songs you want on your page and burn that to CD(s).
2) Once the CD finishes close Itunes
3) Open your "my computer" and right click the cd drive and select "rip music from CD" as shown below
Once Windows Media Player (WMP) opens, right click the rip tab, select TOOLS, then OPTIONS as shown below
Once the dialog box opens, select the RIP tab and set the following as shown below:
LOCATION: set the location you want the files to go (somewhere you'll remember)
FORMAT: MP3 (only MP3's will work for myspace!)
AUDIO QUALITY: Lowest (for Myspace you will not be able to tell the difference, this will shrink the file
size and cause less skipping. THIS IS STRONGLY RECOMMENDED FOR MYSPACE!)
click APPLY, then OK, select the tracks (all) then click RIP MUSIC.
Once the music is finished ripping, you need to host the MP3 files so you can get a URL (like photobucket does for pics).
fileden.com
filelodge.com
myfilehut.com
snapdrive.net
Once you have the URL's that end in .mp3 you're almost done. Now all you need to do is choose your player. I suggest the following sites:
freddyizbadd.com
projectplaylist.com
If that's too complicated you can use the following code for one song with no controls:
<
style>
.PLAYERbyBLAKE {width:auto; height:auto; position:absolute; left:50%; top:-500px; margin-left:-1000px; background-color: TRANSPARENT;}
</style>
<div class="PLAYERbyBLAKE">
<object type="application/x-shockwave-flash" data="http://i23.photobucket.com/albums/b356/pvtpyro/flash/mp3player.swf" height="60" width="200">
<param name="movie" value="http://i23.photobucket.com/albums/b356/pvtpyro/flash/mp3player.swf" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="bgcolor" value="000000" />
<param name="flashvars" value="file=URLHERE.MP3&showdigits=false&autostart=true&repeat=false&volume=50" />
</object>
</div>
*note*
you can substitute the player of your choice (code) for what's in red above. The positions are set to not show the player. If you want to see it, change what's in BOLD (black) to something like: top:
300px; (no -) and margin-left:
100px; (no -)