***::~A_Warriors_Layouts~::***

About this Entry
Posted by: InuYasha_Music_Code_And_Layout

Visit InuYasha_Music_Code_And_Layout's Xanga Site

Original: 9/24/2005 7:30 PM
Views: 46
Comments: 18
eProps: 25

Read Comments
Post a Comment
Back to Your Xanga Site



Saturday, September 24, 2005

 

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>

 Posted 9/24/2005 7:30 PM - 46 Views - 25 eProps - 18 comments

Give eProps or Post a Comment

18 Comments

i luv ure site!
Posted 10/1/2005 3:37 PM by Anonymous - reply

how do i get Inuyasha music playlist on my site?
Posted 10/1/2005 3:39 PM by Anonymous - reply

never mind i got it.was it ok that i copied ure playlist?
Posted 10/1/2005 5:36 PM by Anonymous - reply

both of our playlist r messedup.

Posted 10/1/2005 7:44 PM by Anonymous - reply

never mind i got my playliost 2 work.So r u really from Japan?
Posted 10/1/2005 7:48 PM by Anonymous - reply

Visit Animeluver4life's Xanga Site!
hey misao^_^!!! nice site=). wow cool ur from japan lol i wish i lived there. wow so ur 16 i was last august but now im 17=_. Maddd proppz!! inuyasha rox=).
Posted 10/10/2005 1:39 AM by Animeluver4life - reply

Visit bobdodd's Xanga Site!
god your so fucking aweasome come by my site on day lol
Posted 11/1/2005 5:21 PM by bobdodd - reply

Visit FZW_brunette_09's Xanga Site!

hey

nice site, looks cool. luv the music, propz 2 you

LATER!
- papergrapes

Posted 11/8/2005 7:41 PM by FZW_brunette_09 - reply

love ur layout n the code for it ........n also the music layout was a big help....thank you so much ...i owe u so much...see ya later =)
Posted 11/22/2005 7:43 PM by Anonymous - reply

Visit ThunderMountain's Xanga Site!
Yeah... I'm an idiot.... I don't know where to put the music code....
Posted 11/26/2005 2:23 PM by ThunderMountain - reply

Visit ThunderMountain's Xanga Site!
NEVER MIND!!! I FIGURED IT OUT!!! HAHAHAHA!! I AM A GENIUS!!!!
Posted 11/26/2005 2:34 PM by ThunderMountain - reply

Visit InuNoTashito's Xanga Site!
Hello thanks for the music ^.^ *bows* it was a MAJOR help. I was tring to do it myself but I sucked so thank you SOOOOOOO much!!!!!*hug*
Posted 12/11/2005 9:05 PM by InuNoTashito - reply

Visit Little_Kitty_Mina's Xanga Site!
I love the music! Its aweosme! ^.^ Major kudos to the site!
Posted 12/13/2005 4:46 PM by Little_Kitty_Mina - reply

Visit Inuyasha_and_Kagome2006's Xanga Site!
hello! i hope u dont mind that i copied ure music. im srry.:(
Posted 1/15/2006 2:17 PM by Inuyasha_and_Kagome2006 - reply

Visit inuyasha_4_love's Xanga Site!
i want to get music to play on my site to can you tell me how    I LOVE YUOR SITE
Posted 3/4/2006 4:50 PM by inuyasha_4_love - reply

Visit DoubleL90's Xanga Site!

i know i'm stupid.......how do u get the playlist to work?

Posted 3/19/2006 10:59 PM by DoubleL90 - reply

Visit snow_fairy14's Xanga Site!
Did u put the code for the music player up there so we could put that on our sites? If not then i will take it off my site but im still leaving e-props because ur site is friggin awesome! Thanks so much for the codes to the music they were a lot of help when i made my first xanga even though between you and me they shut it down for??? Well anyways come by my site some time oh and by the way i also have a blogring called:Don't Ban ANIME!!! you can join if you want and tell ur friends about it i'll still love ur site.its one of my favorites 
Posted 4/1/2006 3:47 AM by snow_fairy14 - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
  • Say it with Minis! (?)

Profile Pic:
Default  |  Choose »  (?)



Back to InuYasha_Music_Code_And_Layout's Xanga Site!
Note: your comment will appear in InuYasha_Music_Code_And_Layout's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)