hpw to set autoplaying the 1st song in the list?, darkplayer |
hpw to set autoplaying the 1st song in the list?, darkplayer |
Feb 27 2005, 03:31 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Feb 2005 Member No: 100,914 |
thx
|
|
|
|
![]() |
| *videogamsta* |
Apr 2 2005, 08:52 AM
Post
#2
|
|
Guest |
when it says
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> change if (shuffle == 1) { to if (shuffle == 0) { |
|
|
|
lishashima hpw to set autoplaying the 1st song in the list? Feb 27 2005, 03:31 AM
electric shock um..
okay..
It should play automatically. Feb 27 2005, 03:53 AM
lishashima no, it is not Apr 2 2005, 07:40 AM
lishashima what do u mean, videogamsta ? Apr 2 2005, 08:55 AM
videogamsta at the end of the the code it says
if (shuff... Apr 2 2005, 08:56 AM
lishashima QUOTE(videogamsta @ Apr 2 2005, 10:56 PM)at t... Apr 2 2005, 09:15 AM
videogamsta <!-- begin code provided by createblog.com... Apr 2 2005, 09:29 AM
lishashima QUOTE(videogamsta @ Apr 2 2005, 11:29 PM)
... Apr 2 2005, 10:06 AM
lawmaniac_98 then just set it to play the first song....its in ... Apr 2 2005, 10:31 AM
lawmaniac_98 then just set it to play the first song....its in ... Apr 2 2005, 10:32 AM![]() ![]() |