Friend's Playlist Prob, Help Me Fx This |
Friend's Playlist Prob, Help Me Fx This |
Jan 23 2005, 12:14 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Nov 2004 Member No: 66,860 |
This Is My Friends Playlist And finding out whts wrong |
|
|
|
![]() |
Jan 23 2005, 01:46 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Jan 2005 Member No: 78,650 |
1. the link of song 17 should be :
songs[17]="http://www.unseenpunks.com/mp3s/Fed_Up_Demo.mp3"; not songs[17]="http://www.unseenpunks.com/mp3s/Fed_Up_Demo.mp3 2. copy this to the functions: 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; } in your script "document.darkplayer.FileN ame = songs[randsg];", "document.darkplayer.FileN ame = songs[snum];" <--the problem comes with the space after the N. |
|
|
|
ThinkJohn Friend's Playlist Prob Jan 23 2005, 12:14 AM
ryter89 im not sure but i think you cant have mp3 and asf ... Jan 23 2005, 01:08 AM
angel-roh How about using a different code and this time use... Jan 23 2005, 02:46 AM![]() ![]() |