Music Payer Problems |
![]() ![]() |
Music Payer Problems |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2004 Member No: 29,619 ![]() |
Hi, i used one of the xanga scripts you offer..It's the one called "music: drop down playlist" by xquizit. It plays the songs all right, but it won't let ME choose the songs i want to play. Like pretend, i clicked SINCE U BEEN GONE, it goes on to play some OTHER song...and i really don't have a choice in choosing what song i want to hear, cuz it's like this playlist has a mind of its own! LOL.
my xanga is: xanga.com/crexychii Well, please help because i've tried all the other drop down playlists, and they're all the same. PLZ. ='( Thanks much <3 |
|
|
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
I can relate to you, I've had this problem also. I usually press stop like 5 times before selecting a new song. Try that, it works for me.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2004 Member No: 29,619 ![]() |
yah, but i dont have a stop button on my player thing =(
|
|
|
![]()
Post
#4
|
|
![]() most definitely. ![]() ![]() ![]() ![]() Group: Member Posts: 284 Joined: Feb 2005 Member No: 103,416 ![]() |
maybe your url's are in the under the wrong name
Ex. You have the title for "Since U Been Gone", but the url you have for it is a different one Could you paste your code up here? |
|
|
![]()
Post
#5
|
|
Jeri-KAY ![]() ![]() Group: Member Posts: 21 Joined: May 2005 Member No: 142,531 ![]() |
look in the xanger skrips
|
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2004 Member No: 29,619 ![]() |
okay, here's how it looks. again, the script is by xquizit...i took it off my site for the time being,lol:
<!-- 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" 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"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">Destiny's Child - Lose My Breath</option> <option value="1">Kelly Clarkson - Since U Been Gone</option> <option value="2">Lifehouse - You and Me</option> <option value="3">John Mayer - Daughters</option> <option value="4">Gwen Stefani - Rich Girl</option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> </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(); // Add song URLs here songs[0]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/632/30111_1_1_05.asf"; songs[1]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23893/30200_1_2_05.asf"; songs[2]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/16937/30759_1_2_04.asf"; songs[3]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/21224/28188_1_8_05.asf"; songs[4]="http://a425.v8384d.c8384.g.vm.akamaistream.net/7/426/8384/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/26307/30202_1_2_05.asf"; 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 --> thank you SO much for offering ur help <3 =) |
|
|
![]() ![]() |