music playlist |
music playlist |
Sep 8 2004, 09:55 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
does anyone know wer to get this kind of music playlist? [x]<---ample.
|
|
|
|
![]() |
Sep 8 2004, 09:59 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
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" 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 style="FONT-SIZE: 8pt; BACKGROUND:#F58F1F; WIDTH: 170px; COLOR: #000000; font-face: arial" name="playlist" size="1"> <option value="0">SONG NAME ONE</option> <option value="1">SONG NAME TWO</option> <option value="2">SONG NAME THREE</option> </select> <script language="JavaScript"> <!-- var playstate = 0; 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]="SONG URL 1"; songs[1]="SONG URL 2"; songs[2] ="SONG URL 3"; 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 --> |
|
|
|
swtaznpride music playlist Sep 8 2004, 09:55 PM
Sherry_Vu http://www.createblog.com/forums/index.php?showtop... Sep 9 2004, 08:10 AM
swtaznpride but how do u put the play stop pause w/ the pictur... Sep 9 2004, 08:48 AM
matthufham wow that was neat, well i think she made those but... Sep 9 2004, 04:54 PM
swtaznpride how do u get it??????????? Sep 9 2004, 05:43 PM
C.Lime.Jello. CODEBOX: -> right click -> copy/paste
<obje... Sep 9 2004, 06:02 PM
matthufham i got it to work, all i did was take that part of ... Sep 9 2004, 06:53 PM
swtaznpride can u pls. make one for me like your but with blue... Sep 9 2004, 06:54 PM
tsohg Just find the stuff.. how hard can it be?/ Sep 9 2004, 07:32 PM![]() ![]() |