Help - Search - Members - Calendar
Full Version: RE:my playlist isnt working
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
stick_to_your_guns
okay now it was working today and now just wont....i have no clue why but if anyone can help then please do
http://www.xanga.com/home.aspx?user=stick_to_your_guns
heres my xanga

there is my code
Kenado
Probably at this part
songs="
http://a425.v8384d.c8384.g.vm.akamaistream...8_05.asf";
you didn't put a song number it should be songs[34]="URL";
stick_to_your_guns
well i dont think that is a problem cos all the songs srent working
lovescream
One problem in the code could mess up the WHOLE ENTIRE CODE. so don't doubt it. T.T

And what;s with the spaces? o.o

QUOTE
        songs[6]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/570/19059_1_2_05.asf";
        songs[7]="


i underlined it for you to see. try removing them and do what frozencloud said.
Kenado
^I tried it with the spacing it's fine, but like I metioned earlier about song 34 or if you just dont want to do it your self try this.
stick_to_your_guns
ok now it works but for some reason songs 15-36 dont load like if i refresh my page and it shuffles to one of those songs it plays but just wont load by its self im very confused??? so here is my code once again stubborn.gif


and heres my xanga again incase im being mistaken
http://www.xanga.com/home.aspx?user=stick_to_your_guns
Kenado
I went to yout xanga it played the 17th song automatically it could be that your computer is laggy.
stick_to_your_guns
maybe i dont know its just strange that 1-14 work but 15-36 dont load.....
Kenado
Maybe if you try what Toby (Spiritedfreak) said. Try to see if it works without the huge spaces try putting them to the left.
stick_to_your_guns
nope i have the same results
jeeze man lol does anyone know of a working playlist that they could give me unless u have a solution to this one
Shibahime
Look we're trying our best to help okay? so don't 'jeez man' me!

anyways, i think i figured out your problem!

in this part of the code

CODE
<option value"15">David Bowie - Rebel Rebel</option>
<option value"16">The Sweet - Little willy</option>


you've forgotten this part of the code.

it's suppose to look like this.

CODE
<option value="15">David Bowie - Rebel Rebel</option>
<option value="16">The Sweet - Little willy</option


The missing part u're suppose to add is the equal sign if you couldn't have seen it! The difference was VERY obvious and they were right after each other! Anyways... change the rest of the code like that i just showed you, and tell me whether it works! okay?
stick_to_your_guns
i wasnt jeezing anybody okay i was sayin jeeze cos my player never works lol but yes it is working now thank you all for your help
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.