drop down playlist, help |
![]() ![]() |
drop down playlist, help |
![]()
Post
#1
|
|
![]() total dork =) ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 53,396 ![]() |
ok. so i added the code for the drop down playlist. i put it in the header html box, but then my left side modules(subscriptions.. etc) are gone and my blogs are like the whole screen. what do i do?
|
|
|
![]()
Post
#2
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 ![]() |
Well can u gimme a link to your xanga to see how your xanga looks like so i can help you.. and once u do ill try to solve it
|
|
|
![]()
Post
#3
|
|
![]() total dork =) ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 53,396 ![]() |
oh. well, my xanga's banner is gone.. cause i don't know why, but the code is:
<style type="text/css"> <!-- body { background-color: #FFFFFF !important; background-image: url(http://img.photobucket.com/albums/v249/bubbles292m/allaboutme2.png) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-position: 50% 6% !important; margin-top: 375px !important; scrollbar-base-color: #ffffff; scrollbar-track-color: #FFFFFF; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #C48AD4; scrollbar-3dlight-color: #C48AD4; scrollbar-darkshadow-color: #C48AD4; scrollbar-shadow-color: #C48AD4; scrollbar-arrow-color: #C48AD4; } --> </style> <!-- 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 name="playlist" size="1"> <!-- Add song info here --> <option value="0">everything you do</option> <option value="1">dear diary</option> <option value="2">pretty boy</option> <option value="3">if i ain't got you</option> <option value="4">never know</option> <option value="5">love me for me</option> <option value="6">undiscovered</option> <option value="7">by my side</option> <option value="8">all my life</option> <option value="9">why can't i</option> <option value="10">what if</option> <option value="11">beautiful soul</option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> </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(); // Add song URLs here songs[0]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/7917/16433_1_7_04.asf"; songs[1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/7917/16433_1_9_04.asf"; songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/7917/16433_1_5_04.asf"; songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/2026/28681_1_6_04.asf"; songs[4]="http://www.serenivision.com/wongfu/philip%20wang%20-%20never%20know%20(www.wongfuproductions.com).mp3"; songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/25112/29654_1_7_04.asf"; songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/25112/29654_1_12_04.asf"; songs[7]="http://www.msealsmusic.com/msealsmusic/user/music/d.wma"; songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/486/1189_1_11_04.asf"; songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/831/27781_1_3_04.asf"; songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/352/22959_1_3_04.asf"; songs[11]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/25716/29920_1_2_04.asf"; 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 xanga: www.xanga.com/meeeeshelle |
|
|
![]()
Post
#4
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 ![]() |
dose codes look to me and i just went to your xanga and looks fine to me and i see your banner and your playlist works...
![]() |
|
|
![]()
Post
#5
|
|
![]() total dork =) ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 53,396 ![]() |
what i want help w/ is the modules on the left side. they're gone.. well on my computer they are, but yeah. and the blog is like.. the entire screen.
|
|
|
![]()
Post
#6
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 ![]() |
well sorry it says u have premium and i dont noe how to work for premium so yea
|
|
|
![]()
Post
#7
|
|
![]() total dork =) ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 53,396 ![]() |
ok. thanks anyway.
|
|
|
![]() ![]() |