mentalthoughts
04-10-2005, 01:21 AM
WHY ISNT IT WORKING? WWW.XANGA.COM/EMMYLOVE15 ITS UNDER THE CBOX HELP ME PLEASE!!
|
View Full Version : Darkplayer Help, Help Me Asap! mentalthoughts 04-10-2005, 01:21 AM WHY ISNT IT WORKING? WWW.XANGA.COM/EMMYLOVE15 ITS UNDER THE CBOX HELP ME PLEASE!! PiratexPrincess 04-10-2005, 01:25 AM can you post your code? mentalthoughts 04-10-2005, 01:45 AM i cant cause it says the text u have entered is too long. but i will paste the code at www.xanga.com/ciaraandsnowflakes its my site too but itz where i try out codes and stuff k? ok um ok. tokyo bleu 04-10-2005, 03:00 AM Incorrect: songs[95]=" http://www.xanga.com/Private/xtools/“http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/292/29068_1_6_04.asf”” Correct (the forum will automatically put spacing in this for some reason, so just remove it): songs[95]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/292/29068_1_6_04.asf"; You are missing semi-colons after the ending quotation marks in every songs[#] attribute. You have unnecessary spacing as well. The following URLs are not proper format: songs[66]=" http://www.mp3search.ru/m3u.html?id=264008” songs[70]=" http://www.mp3search.ru/m3u.html?id=300948” I suggest just starting over with a new code. |