| hi everyone!!im sure most of you know me.....heres the code for the music player insted of putting it on my post:
<object id="darkplayer" codeBase="1. 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"> InuYasha-Change the World by V6</option> <option value="1"> InuYasha-I Am by Hitomi</option><option value="2"> InuYasha-Owarinai Yume by Nanase Aikawa</option> <option value="3"> InuYasha-Grip! By Every Little Thing</option> <option value="4"> InuYasha-One Day, One Dream by Tackey and Tsubasa</option> <option value="5"> InuYasha-Angelus by Hitomi Shimatani</option> <option value="6"> InuYasha-My Will by Dream</option> <option value="7"> InuYasha-Fukai Mori by Do As Infinity</option> <option value="8"> InuYasha-Dearest by Ayume Hamasaki</option> <option value="9"> InuYasha-Every Heart by BoA</option> <option value="10"> InuYasha-Shinjitsu No Uta by Do As Infinity</option> <option value="11"> InuYasha-Itanzurana Kiss by Day After Tomorrow</option> <option value="12"> InuYasha-Come by Namie Amuro</option> <option value="13"> InuYasha-Brand New World by V6</option> <option value="14"> InuYasha-Yura Yura by Every Little Thing</option> <option value="15"> InuYasha-Four Seasons by Namie Amuro</option> <option value="16"> InuYasha-Silver Bells by Coming Century </option> <option value="17"> InuYasha-Ai No Uta by Every Little Thing</option> <option value="18"> InuYasha-Rakuen by Do As Infinity</option> <option value="19"> InuYasha-No More Words by Ayume Hamasaki</option> <option value="20"> InuYasha-Hanyou InuYasha</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="ATTACK!!" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="BAKA!!" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="OSWARI!!!" 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(); // Add song URLs here songs[0]="http://inuyasha4life2.tripod.com/ChangeTheWorld.mp3"; songs[1]="http://inuyasha4life4.tripod.com/IAm.mp3"; songs[2]="http://inuyasha4life3.tripod.com/OwarinaiYume.mp3"; songs[3]="http://inuyasha4life3.tripod.com/Grip.mp3"; songs[4]="http://www.animemaster.net/INYU/Music/Inu%20Yasha%20-%20one%20day%20one%20dream.mp3"; songs[5]="http://inuyasha4life6.tripod.com/Angelus.mp3"; songs[6]="http://inuyasha4life2.tripod.com/MyWill.mp3"; songs[7]="http://inuyasha4life2.tripod.com/FukaiMore.mp3"; songs[8]="http://inuyasha4life3.tripod.com/Dearest.mp3"; songs[9]="http://inuyasha4life1.tripod.com/EveryHeart.mp3"; songs[10]="http://inuyasha4life1.tripod.com/ShinjitsunoUta.mp3"; songs[11]="http://inuyasha4life3.tripod.com/ItazuranaKiss.mp3" songs[12]="http://inuyasha4life7.tripod.com/Come.mp3"; songs[13]="http://inuyasha4life7.tripod.com/BrandNewWorld.mp3"; songs[14]="http://inuyasha4life3.tripod.com/YuraYura.mp3"; songs[15]="http://inuyasha4life1.tripod.com/FourSeasons.mp3"; songs[16]="http://mysticmobius.com/dogboy/multimedia/music/Inuyasha%20-%20Silver%20Bells.mp3"; songs[17]="http://inuyasha4life2.tripod.com/AinoUta.mp3"; songs[18]="http://inuyasha4life8.tripod.com/Rakuen.mp3"; songs[19]="http://inuyasha4life7.tripod.com/NoMoreWords.mp3"; songs[20]="http://inuyasha4life4.tripod.com/inuyashatheme.mp3";
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>
and heres the layout on this site:
<font face="Comic Sans" color="6666CC" size="7"></font> <style type="text/css"> /*HERE IS THE STYLE SHEET TO MAKE YOUR OWN LAYOUT*/ body { background-color: purple; background-image: url(http://img.photobucket.com/albums/v473/Vetus/Osuwari.jpg); background-repeat: repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color:purple; scrollbar-track-color:pink; scrollbar-shadow-color:blue; scrollbar-face-color:indigo; scrollbar-highlight-color:green; scrollbar-darkshadow-color:red; scrollbar-3dlight-color:magenta; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* THIS EDITS THE MAIN TEXT OF YOUR XANGA */ font:normal 12px Arial; line-height:18px; color:000066; letter-spacing:0px; text-align:justify; } table.footer TD { /* THIS MAKES THE FOOTER AT THE BOTTOM CENTERED */ /* LEAVE IT ALONE UNLESS YOU KNOW WHAT TO DO*/ text-align: left; } div.blogheader, .caption { /* THIS EDITS THE FONT AND COLOR OF THE DATES*/ font-family:Comic Sans MS; text-transform:uppercase; font-size:12px; line-height:20px; filter: alpha (opacity=100, finishopacity=0, style=2); height: 1px; background-color:pink; color:330066; letter-spacing:0px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* THIS EDITS ALL LINKS */ color:; text-decoration: none; font: normal 12px tahoma } a:visited, a.footernav:visited, { /* THIS EDITS LINKS THAT THE USER HAS VISITED */ color:blue; text-decoration: none; font: normal 12px tahoma
} a:hover { /* THIS EDITS LINKS WHEN YOU PUT YOU MOUSE OVER THEM */ /* ALSO KNOWN AS A HOVER */ color:cyan; text-decoration: none; font:normal 12px tahoma;
} input, select, textarea, .textfield, .button { /* THIS EDITS THE BUTTONS DROPDOWNS, ETC. */ font:normal 12px tahoma; background-color:purple; letter-spacing:0px; color:pink; } table.left { /* THIS EDITS THE MENU MODULE */ width:160px; border: 1px solid purple; } table.blogbody { /* THIS EDITS THE PLACE WHERE THE BLOG IS*/ background-color:skyblue; width:400px; font:normal 12px Comic Sans MS; line-height:18px; color:grape; border: 1px solid pink; } table.left th { /* ON YOUR MENU MODULE THIS EDITS THE TITLE PART OF IT*/ /* LIKE BLOGRINGS, SUBSCRIPTIONS, ETC. */ background-image: none; background-color:pink; font: normal 12px Comic Sans MS; text-transform: lowercase; color:6699CC; } table.left TD { /* ON YOUR MENU MODULE, THIS EDITS THE BODY OF IT */ background-image: none; background-color:pink; border: none; font:normal 12px Comic Sans MS; line-height:18px; color:blue; } table.search TD, table.search, table.announcements { /* THIS CHANGES THE BORDER OF THE SEARCH BAR*/ background-color:pink border: 1px solid purple; } table.search TD, table.announcements TH { /* THIS SHOULD BE LEFT ALONE */ /* UNLESS YOU KNOW WHAT TO DO */ border: 1px solid blue; } table.navigation, table.main, table.footer { /* THIS EDITS THE WIDTH OF YOUR BLOG MODULES*/ width: 750px; } hr { /* THIS IS THE COLOR OF A HORIZONTAL DIVIDER */ border: 1px solid green; } </style> <BODY style="border-bottom: no-border 20t solid; border-top: no-border 20t solid; border-left: no-border 20t solid; border-right: no-border 20t solid"></TBODY> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01
// YOU CAN CHANGE THE COLORS OF YOUR BLINK BOXES BELOW WHERE THE ( ) ARE // SEPERATE THE COLORS WITH COMMAS, IN QUOTES var blinkColors = new Array("indigo","violet","blue", "pink"); // the border color var blinkBorderColor = "plum" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 40; // the width of the entire box, in pixels or % var blinkWidth = 625; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8;
// DO NOT EDIT BELOW THIS LINE st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </SCRIPT>
|