New User that needs help on one Music code, Scroll down mulitple Track Help! |
New User that needs help on one Music code, Scroll down mulitple Track Help! |
Aug 11 2004, 04:24 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2004 Member No: 24,356 |
My friend has the music code to pull down different track choices... it works on her site, HOWEVER when I put it on my site... it doesn't work. Why is that? We both have skins from createBlog.com and a lot of the same other codes.
Please help! -Stupidface |
|
|
|
![]() |
Aug 11 2004, 08:33 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2004 Member No: 24,356 |
Sorry guys.... Remmeber.. Im nu... heres the code.... however its not mine... i didn't make it... The user Excellent 15 did.... heres the code:
Description: This puts a music playlist in your xanga. It is more like a music drop down list. But this code has a music drop down list and a play, pause, and stop button. Areas to Edit: Please edit the words that says "SONG NAME HERE" and "SONG URL HERE". Where to Place: You may put this code in either your "Header HTML" or "Website STATS." 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"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"> <option value="0">SONG NAME HERE</option> <option value="1">SONG NAME HERE</option> <option value="2">SONG NAME HERE</option> <option value="3">SONG NAME HERE</option> <option value="4">SONG NAME HERE</option> <option value="5">SONG NAME HERE</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" 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]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2] ="SONG URL HERE"; songs[3] ="SONG URL HERE"; songs[4] ="SONG URL HERE"; songs[5]="SONG URL HERE"; 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 --> Of course I would make the song changes.... but I just put it on this way |
|
|
|
Stupidface New User that needs help on one Music code Aug 11 2004, 04:24 PM
Sherry_Vu can we see a link to your xanga please Aug 11 2004, 04:38 PM
kpxanqel yes we need to see your xanga Aug 11 2004, 05:52 PM
Ralph501 An easier way for me or other people to help you i... Aug 11 2004, 05:53 PM
lil boi you have to edit it. try this xanga to get music c... Aug 11 2004, 08:56 PM
Stupidface I may be stupid but im not THAT stupid... I know t... Aug 12 2004, 09:49 PM
boysbr3akhearts QUOTE(Stupidface @ Aug 12 2004, 4:49 PM)I may... Aug 12 2004, 09:52 PM
Stupidface no... i ment that all of my XANGA links dont work.... Aug 15 2004, 08:52 PM
Levy2k6 this makes no sense... Aug 15 2004, 09:26 PM
Caustic QUOTE(Levy2k6 @ Aug 15 2004, 7:26 PM)this mak... Aug 15 2004, 09:53 PM
Stupidface thats ok it doesn't matter now... I found the ... Aug 25 2004, 10:21 PM
waccoon QUOTE(Stupidface @ Aug 25 2004, 11:21 PM)that... Aug 26 2004, 05:16 AM![]() ![]() |