Log In · Register

 
 
Closed TopicStart new topic
help
JUICYFRTGUM
post Dec 5 2004, 09:51 PM
Post #1


Member
**

Group: Member
Posts: 20
Joined: Oct 2004
Member No: 56,376



hi...i made a seperate box for my music player, but everytime i try to move to the box it doesnt work and it moves my blog space and about me box.. how do you fix this??



how do i put my music player in the box for music??
 
JUICYFRTGUM
post Dec 5 2004, 09:52 PM
Post #2


Member
**

Group: Member
Posts: 20
Joined: Oct 2004
Member No: 56,376



someone plese help me?? cry.gif
 
cu_tie_pie
post Dec 5 2004, 09:53 PM
Post #3


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



put your code up here...and a link to your xanga...
 
JUICYFRTGUM
post Dec 5 2004, 09:56 PM
Post #4


Member
**

Group: Member
Posts: 20
Joined: Oct 2004
Member No: 56,376



CODE
<!-- begin code provided by createblog.com -->
<img src="http://www.hostima.net/juicyfrtgum/betty%20boop%20layout.png">
<!-- end code provided by createblog.com -->

<MAP NAME="betty_boop_Map">
<AREA SHAPE="rect" ALT="log out" COORDS="559,101,640,122" HREF="http://www.xanga.com/logout.aspx">
<AREA SHAPE="rect" ALT="look and feel" COORDS="605,81,678,99" HREF="http://www.xanga.com/claf/">
<AREA SHAPE="rect" ALT="subscribe to me" COORDS="606,57,678,78" HREF="http://www.xanga.com/private/SubscribeTo.aspx?user=xx_ihypnotyzyew_xx">
<AREA SHAPE="rect" ALT="read your subscriptions" COORDS="606,37,677,55" HREF="http://www.xanga.com/Private/subs.aspx">
<AREA SHAPE="rect" ALT="your xanga" COORDS="527,80,598,99" HREF="http://www.xanga.com/private/home.aspx">
<AREA SHAPE="rect" ALT="xanga" COORDS="526,58,596,77" HREF="http://www.xanga.com">
<AREA SHAPE="rect" ALT="sign in" COORDS="527,37,595,56" HREF="http://www.xanga.com/signin.asp">
</MAP>

<!-- begin code provided by createblog.com -->
<div style="overflow: auto; width: 150px; height: 250px; margin-top: -745px; margin-left: 500px;">HELLO!...well, my name is iris and i live in the 510 area.i have been living on this earth for 13 years and am now in 8th grade at JMMS. i like to eat, sleep, go online, and being with friends and family.<br>what about you??</div>
<!-- end code provided by createblog.com -->>

<!-- begin code provided by createblog.com -->
<div style="position:static; margin-left: 500px; margin-top: -505px;border: 0px solid #ffffff; width: 150px; height:100px; background:none;overflow: auto">
<TABLE width="100%" border=0>
<TBODY>
<TR>
  <TD>
<P class=nav>
<!-- 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">\Santa Baby</option>
<option value="1">Have Yourself...</option>
<option value="2">Grandma Got... </option>
<option value="3">Jingle Bell Rock</option>
<option value="4">It's Beginning...</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://www.mallbusters.com/wav_files/santa%20baby.wav";
songs[1]="http://www.mallbusters.com/wav_files/have%20yourself%20a%20merry%20little%20christmas.wav";
songs[2]="http://www.mallbusters.com/wav_files/grandma%20got%20run%20over.wav";
songs[3]="http://www.mallbusters.com/wav_files/jingle%20bell%20rock.wav";
songs[4]="http://www.mallbusters.com/wav_files/its%20beginning%20to%20look%20alot%20like%20christmas.wav";

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 -->

<!-- begin code provided by createblog.com -->
<div style="
overflow: auto;
width: 463px;
height: 355px;
margin-top: 102px;
margin-left: -218px;">
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<style type="text/css">
table.navigation, table.footer { display:none; }
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page */
{width:245px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>
<!-- end code provided by createblog.com -->



its not the full code cuz i havent finished yet
 
JUICYFRTGUM
post Dec 5 2004, 09:58 PM
Post #5


Member
**

Group: Member
Posts: 20
Joined: Oct 2004
Member No: 56,376



heres my xanga xanga
i still have a different skin on it though
 
JUICYFRTGUM
post Dec 5 2004, 10:01 PM
Post #6


Member
**

Group: Member
Posts: 20
Joined: Oct 2004
Member No: 56,376



someone help!! please!! cry.gif
 
Jus2s1mp13
post Dec 6 2004, 12:34 AM
Post #7


Um....Its meeee
******

Group: Member
Posts: 2,218
Joined: Mar 2004
Member No: 8,264



umm let see you wanted to make the music by itself? Umm try this...I fix it a lil

CODEBOX: -> right click -> copy/paste
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: