My Music Play List, ...isnt working |
![]() ![]() |
My Music Play List, ...isnt working |
Oct 10 2004, 06:06 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
My playlist on my xanga isnt working...i dont know if its the urls but i asked 2 of my friends and they both said the songs didnt play. can anyone check to see if i did something wrong?
heres the code: CODE <!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" clbuttid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 10px; BACKGROUND:white; WIDTH: 150; COLOR: #66cccc; font-face: trebuchet MS; height:174" name="playlist" size="1"> <option value="0">Still the one</option> <option value="1">Falling in love</option> <option value="2">dont wanna kno</option> <option value="3">wanna be with you</option> <option value="4">over && over</option> <option value="5">Scent of <3</option> <option value="6">My boo</option> <option value="7">Southside</option> <option value="8">Never say Goodbye</option> <option value="9">when i tlk to you</option> <option value="10">aint got you</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to play // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="http://coachb.net/yourstilltheone1.mp3" songs[1]="http://www.itisonlyme.com/A-Teens_-_Cant_Stop_Falling_In_Love_1.mp3" songs[2]="http://pics.joshiee.net/idontwannaknow.mp3" songs[3]="http://legacycoforever.com/Iwannabewithyou.mp3.mp3" songs[4]="http://www.intelli07.net/aa/overnover.wma" songs[5]="http://myhome.shinbiro.com/~phsukp/music/romjul.mid" songs[6]="http://www.osxdev.org:8888/trans/uploads/1/02-usher_ft_alicia_keys-my_boo-mob.WMA" songs[7] ="http://members.shaw.ca/musix/south.wma" songs[8] ="http://www.mesmerize-me.net/Nicole/songs/jojo-never_say_goodbye.asf" songs[9] ="http://zombie.yeuamnhac.com/musics/english/When%20I%20Talk%20To%20You%20-%20Mandy%20Moore.wma" songs[10] ="http://ma2tak.dyndns.org:8888/refs/uploads/1/06_-_if_i_aint_got_you_(5)_(4).mp3" if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> |
|
|
|
Oct 10 2004, 09:13 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
i think they might be bad urls cuz riote now i dont see nething wrong
|
|
|
|
Oct 10 2004, 09:29 PM
Post
#3
|
|
|
WWMD?! - i am from the age of BM 2 ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 5,308 Joined: Mar 2004 Member No: 8,848 |
you stole them from other sites, so..that might be a problem. even if it's not why they're not playing, don't steal! *shakes fist*
|
|
|
|
Oct 10 2004, 11:17 PM
Post
#4
|
|
|
AmyLeeRoxMyWorld ![]() ![]() ![]() Group: Member Posts: 92 Joined: Aug 2004 Member No: 44,051 |
I had the same problem... i finally had to settle for the new song on refresh script... i dont know whats wrong... it does that to alot of people!
|
|
|
|
Oct 11 2004, 07:21 AM
Post
#5
|
|
|
artzysmartz ![]() ![]() ![]() Group: Member Posts: 76 Joined: Aug 2004 Member No: 41,209 |
hmmmmmm never experienced it before! try redoing the script or a new song
|
|
|
|
![]() ![]() |