MUSIC PLAYER!, MY MUSIC PLAYER ISNT WORKING!? |
![]() ![]() |
MUSIC PLAYER!, MY MUSIC PLAYER ISNT WORKING!? |
Aug 29 2004, 01:23 PM
Post
#1
|
|
|
mrRobz ![]() ![]() Group: Member Posts: 12 Joined: Aug 2004 Member No: 40,077 |
ive been having quite bits of trouble with my "darkplayer" or whatever...and it doesnt show that lil white or black dot the blinks when it loads the music anymore, making it broken. does anybody know how to fix this, or even how to get another WORKING music player?"??????? PLEASE HELP
|
|
|
|
Aug 29 2004, 01:28 PM
Post
#2
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
i dont think its "broken" try adding your music links again also it may not work cuz of the link may be broken. try not to delete any "
|
|
|
|
Aug 29 2004, 01:33 PM
Post
#3
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Helps if you provide linkies.
Anyways, you might just want to try a music player from the Xanga scripts section if you're still having problems. |
|
|
|
Aug 29 2004, 06:39 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
can u show the code?
|
|
|
|
Aug 29 2004, 08:06 PM
Post
#5
|
|
|
mrRobz ![]() ![]() Group: Member Posts: 12 Joined: Aug 2004 Member No: 40,077 |
here it is...please find out whats wrong! :)
<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" classid="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> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 150px; COLOR: #FFFFFF; font-face: arial" name="playlist" size="1"> <option value="0">How Does It Feel</option> <option value="1">Hands Down</option> <option value="2">Decade Under the Influence</option> <option value="3">This Is Your Life</option> <option value="5">Vindicated</option> <option value="6">Automatic Girl</option> <option value="7">Float On</option> <option value="8">Cmon Cmon</option> <option value="9">Help!</option> <option value="10">Ride</option> <option value="11">Take Me Out</option> <option value="12">Same Direction</option> <option value="13">Somebody Told Me</option> </select><br> <input TYPE="BUTTON" NAME="PLAY" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="PAUSE" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"> <input TYPE="BUTTON" NAME="STOP" 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 songs=new Array(); songs[0]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/21632/23790_1_10_04.asf"; songs[1]="http://members.cox.net/simplythegirl_music/down.wma"; songs[2]="http://www.redmusic.com/streams/TakingBackSunday/DecadeUnderTheInfluence.asx"; songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/4581/28341_1_2_04.asf"; songs[5]=" http://a420.v8383d.c8383.g.vm.akamaistream...1_04.asf"; songs[6]=" http://www.redmusic.com/video/LolaRay/Auto...Girl.asx"; songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/2371/29093_1_3_04.asf"; songs[8]="http://www.warnerreprise.com/asx/vb_cmoncmona_128-a.asx"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/6/15069_1_12_04.asf"; songs[10]="http://www.channelv.com.au/streaming/ride.asf"; songs[11]="http://avc.blogs.com/a_vc/files/03_take_me_out.mp3"; songs[12]="http://99x.com/asx/vidpg_Hoobastank_SameDirection_low.asx"; songs[13]="mms://a1643.v87253.c8725.g.vc.akamaistream.net/7/1643/8725/v0001/msnent.download.akamai.com/8725/DBA90618/published/Video/Music/High/TheKillers_SomebodyToldMe_MBR.wmv"; 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; } //--> |
|
|
|
Sep 19 2004, 03:47 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Sep 2004 Member No: 50,182 |
i had the same problem you got to make sure that you have the code before any other code then it should work
|
|
|
|
Sep 19 2004, 04:17 PM
Post
#7
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
No wonder, you didn't end the code. I fixed it for you. |
|
|
|
![]() ![]() |