|
| I'M
DONE
WITH
THIS.
SORRY.
The site will still be up, I just won't be commenting you back if you need help at all.
life is too short to be spent on the computer.
&THANKS FOR EVERYTHING.
ILY ALOT. :]
BYE.
| | |
| =FAQ=
01. My playlist won't play! why??
It could be you did the code wrong(see question 02.), or your computer. Mine wasn't working for some time, but I did it over with new links and songs, and ta-da! it worked. I'm not saying this is going to work for you, but you could give it a try. But don't get all ticked at me if it doesn't work the second time. It could also be that some of the code got erased when you did it.
02. I'm 101% sure I did my playlist correctly. But it's still not playing...why?
Once again, if you're certain you did it right, it could be your computer. Look:
There are three reasons why a music file may no longer work on a site: 1. Server Temporarily Down 2. Remote Blocking 3. Bandwidth Restrictions
That's why I recommend doing your playlist over...try it without "akamai" in the music URL.
04. So this DOES mean I have to do it over.
Yeah, it stinks. But if you really don't want to, go to the search bar on Xanga, type in playlists in users search or blogrings search, and you'll find someone who can make you one.
05. When I click on my 'play', 'pause', and 'stop' buttons they don't work. What's up with that?
Some of the button code got erased. You have to be extra careful that it doesn't. Re-do it, DON'T ERASE ANYTHING, and try again.
06. When I want to play a new song it won't play..it just plays the same song over and over. Why?
It could be your play button doesn't work. (See 05.) Or, sometimes you have to click twice on the play button for it to work.
07. What's a song URL?
That's the link to the song. It would have 'asf' or 'asx' at the end of it, and it's usually very long.
08. Why do two songs play at once?
You forgot to erase the music URL in your Look and Feel..erase that, and only your playlist should play.
09. Why does my song come up in Windows Media Player?
You didn't right click, and select 'Copy Shortcut'. Right click on your mouse, then select that, and PASTE the shortcut(aka song url) into your playlist.
10. Why does my playlist say it's playing one song, but plays another?
If your playlist isn't playing the song it says, it's just because you put the wrong song url in the wrong place. Confusing..lol. But for example, say the song url for 'Song Name Here' was in the URL space in the code marked 0. Make sure the corresponding space where you would type the song name said 'Song Name Here', and not a different one.
Something not covered? Drop a comment.:] | | |
|
Make Your Playlist
Step 1. First and foremost, COPY THE CODE. I suggest pasting it into Notepad.
Here's the code-
Step 2. Pick your songs. Let's say I want the songs, Ocean Avenue, The Boys of Summer, Swing, Swing, and My Paper Heart.
Step 3. Put the song name where it says 'SONG NAME HERE'. I would go to the code, delete PUT SONG NAME HERE, and replace it with my song names. It would look like this:
<option value="0">Ocean Avenue</option> <option value="1">The Boys of Summer</option> <option value="2">Swing, Swing</option> <option value="3">My Paper Heart</option>
Step 4. Find the song links. You can find them at a music site. I should have some in my affiliates.
Step 5. Right click and copy the song links.
Step 6. Paste them into the spaces in the code where it says, 'PUT SONG URL HERE'. Mine would look like this:
songs[0]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/24962/28398_1_3_05.asf"; songs[1]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/5490/27368_1_10_05.asf"; songs[2]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/24322/27265_1_3_05"; songs[3]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/24322/27265_1_1_05";
See how the numbers correspond to the numbers where you put the song names?
Step 7. If you don't use all the spaces...erase the extra ones.
Step 8. You're done! Copy the WHOLE code and paste it into the 'Imput Your Own Header HTML' space in your look and feel. (It's right after the page width and alignment) If you already have codes there, put your playlist code below them.
Step 9. Enjoy your playlist. Need extra help? IM me.=]
If you want to add extras, see next entry. | | |
| EXTRAS
To add songs-
You do this-
<option value="11">PUT SONG NAME HERE</option>
<option value="12">PUT SONG NAME HERE</option>
and so on.
For the link part, you do this:
songs[11] ="URL HERE" songs[12] ="URL HERE" and so on
To change the words(i.e. Play=Rave, Pause= Chill, Stop=Chill Out):
Step One. Think of the words you want. Let's say I want 'Rave', 'Chill', and 'Chill Out'.
Step Two. Put your word(s) where it says, 'PUT NEW WORDS HERE. I would go to the spot in the code that says VALUE="PUT NEW WORDS HERE"(It's right in between where you put the song names and the link codes) for the first word, Rave. I'd delete PUT NEW WORDS HERE (Do NOT delete the quotations. It will mess up your buttons.), and put Rave in its place.
Step 3. Do the same as you did above for the second spot. I'd go to the second spot where it says 'PUT NEW WORDS HERE'. I'd do the same as I did above, except I'd put 'Chill' in the space.
Step 4. Yet again, I'd do the same as I would above for the third and last spot. Go to where it says, 'PUT NEW WORDS HERE'..yeah. You get the point.
If you DON'T want new words then just delete 'PUT NEW WORDS HERE' and put play, pause, and stop in their place.
To change the colors-
Step 1. Find the color code number that you want for the background color and font. (Color Chart below)
Step 2. Put them in the code where it says 'PUT COLOR NUMBERS HERE'-It's in the code right before where you put the song names-(Make sure you include the number sign!#)
Step 3. If you DON't want colors, and just a plain white background and black text, then put '#transparent' in the background space, and '#33666' in the color space.
Color Chart- Props to HTML_Codez_4_U.

If you don't want to put extras in, here's a code where all you have to do is put the links and the song names:
Here's The Code:
If you feel I didn't cover anything, post a comment.=) | | |
|