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, 04:38 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
can we see a link to your xanga please
|
|
|
|
Aug 11 2004, 05:52 PM
Post
#3
|
|
|
anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 |
yes we need to see your xanga
|
|
|
|
Aug 11 2004, 05:53 PM
Post
#4
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 |
An easier way for me or other people to help you is that.. u gotta show us the code.. then we can fix it.. post the code.. up..
|
|
|
|
Aug 11 2004, 08:33 PM
Post
#5
|
|
|
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 |
|
|
|
Aug 11 2004, 08:56 PM
Post
#6
|
|
![]() I have 6 blue blocks :3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,248 Joined: May 2004 Member No: 14,959 |
|
|
|
|
Aug 12 2004, 09:49 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2004 Member No: 24,356 |
I may be stupid but im not THAT stupid... I know to edit and put the links in... and Im sure all of the links work b/c I have heard ALL of the songs on an Xanga...
and I can't get a link either... cause none of my links ever work... Thanks again |
|
|
|
Aug 12 2004, 09:52 PM
Post
#8
|
|
![]() i LUST you. <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 709 Joined: Jun 2004 Member No: 22,299 |
QUOTE(Stupidface @ Aug 12 2004, 4:49 PM) I may be stupid but im not THAT stupid... I know to edit and put the links in... and Im sure all of the links work b/c I have heard ALL of the songs on an Xanga... and I can't get a link either... cause none of my links ever work... What do you mean by "and I can't get a link either... cause none of my links ever work...". It sounds kind of like you just contradicted yourself. Why don't you post up the code with the actual music links. We can't help you by looking at an incomplete script. |
|
|
|
Aug 15 2004, 08:52 PM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2004 Member No: 24,356 |
no... i ment that all of my XANGA links dont work... I dunno y... its kind of weird... and I mean u can use ne song off of Xanga_Music...
Sorry about how rude that last post was... XC started that day and I was exhausted... Thanx Again -Stupidface |
|
|
|
Aug 15 2004, 09:26 PM
Post
#10
|
|
![]() Word. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,004 Joined: Jul 2004 Member No: 34,673 |
this makes no sense...
|
|
|
|
Aug 15 2004, 09:53 PM
Post
#11
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(Levy2k6 @ Aug 15 2004, 7:26 PM) this makes no sense... True. Just post the code that you used in your xanga WITH the song url's. And songs arent links... |
|
|
|
Aug 25 2004, 10:21 PM
Post
#12
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2004 Member No: 24,356 |
thats ok it doesn't matter now... I found the same code (sept easier 2 follow directions) on www.blogrings.net
Sorry 4 all the stress this has caused...lol -Stupidface |
|
|
|
Aug 26 2004, 05:16 AM
Post
#13
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
QUOTE(Stupidface @ Aug 25 2004, 11:21 PM) thats ok it doesn't matter now... I found the same code (sept easier 2 follow directions) on www.blogrings.net Sorry 4 all the stress this has caused...lol -Stupidface What's so hard about our directions? |
|
|
|
![]() ![]() |