text? |
text? |
May 24 2006, 06:15 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: May 2006 Member No: 411,808 |
Ohayou!
I used to have a code that would change the color of text to what I chose, and I mean for everything, including the text within the mp3 playlist box. I had a black background and chose purple for test. But I no longer have the code, thinking I wouldn't need it. Well, now I do. Does anyone have the code? Or is there a place within my playlist code where I can change colors? Here is my playlist code, I've looked into it, but I don't see where I can customize. (sorry, I don't know how to make a code box for the code below) And here is my xanga, so you can see the playlist and see what I mean. (the text is black and I can't see it.) http://www.xanga.com/Miruku_Puppet <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- 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">Passion</option> <option value="1">Kodou</option> <option value="2">Red..[em]</option> <option value="3">Sakura Drops</option> <option value="4">GAME</option> <option value="5">Glamorous Sky</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(); // Add song URLs here songs[0]="http://www.aznmofo.com/music/Japanese%20Pop/Kingdom%20Hearts%202%20-%20Passion%20~after%20battle%20version~.mp3"; songs[1]="http://www.billydreamer.com/mp3/Japanese/Dir%20En%20Grey%20-%20Kodou.mp3"; songs[2]="http://www.billydreamer.com/mp3/Japanese/Dir%20En%20Grey%20-%20Red.mp3"; songs[3]="http://www.mark-edmond.com/files/sakura_drops.mp3"; songs[4]="http://jpop-info.iit.nau.edu.ua/audio/Ayumi%20Hamasaki/Inspire/02-GAME%20(Original%20Mix).mp3"; songs[5]="http://www.m2you.com/download/song/mika-Glamorous%20Sky.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> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
![]() |
May 24 2006, 05:33 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
[ http://www.createblog.com/forums/index.php...dpost&p=1580198 ]
Kon'ichiwa. Rinku (link) o mite kudasai. =P Yeah, yeah. Go the the link, read the post and see if that helps any. |
|
|
|
May 25 2006, 06:18 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: May 2006 Member No: 411,808 |
Thank you very much, I appreciate it. <3
|
|
|
|
May 25 2006, 07:12 AM
Post
#4
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
Question answered. :)
[ TOPIC CLOSED ] |
|
|
|
![]() ![]() |