music |
music |
Oct 22 2004, 08:51 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 |
hey im having a problem on these 2 xangas im working on music just wont play on them. chek em here
and Here I know it works the song i was trying to play was this http://www.fc.gabber.ru/mp3/Pixies/Pixies-..._Is_My_Mind.mp3 but ive tried others |
|
|
|
![]() |
Oct 22 2004, 08:55 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
You probably have too many codes and scripts in your Xanga causing it to not play.
Can you post your codes? |
|
|
|
Oct 22 2004, 11:33 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 |
This is the first xanga called Mandyneedshelp
the song i was trying 4 this one is above. Ohh aI know theres alot of unnessicery code if some one would like to streamline them ud be my best friends anywayz im gunna ad a discaimer with all the credits 4 each one of these pages id write u in there 4 sho and link ur xanga. Header section CODE <script language="JavaScript"> document.title = "The pixies will save, sinse your a bunch off good for nothing bastards <(0_0)> just kiding, the mandy loves ya!"; </script> <!-- begin code provided by createblog.com --> <DIV style="margin-top: 0px; margin-left: 28px; width: 390px;OVERFLOW: auto; height:492px; BACKGROUND-COLOR: transparent"> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> /*Mandy Needs Help v2.0*/ /*by Egg!*/ body { background-image:url(http://img84.exs.cx/img84/738/MNH--v20-B1.jpg); background-color: #000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #0D0B0E; scrollbar-shadow-color: #ffffff; scrollbar-face-color: #000000; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #FC1491; scrollbar-3dlight-color: #ffffff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal #2px; line-height:16px; color: #COLOR; letter-spacing:1px; text-align:justify;} table.footer TD { /* this makes the footer at the bottom centered */ text-align: center;} a:link, .footernav.link, a.footernav:link, a.footernav:active { color: #COLOR OF LINK; text-decoration: none;} a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #COLOR OF LINK VISITED; text-decoration: none;} a:hover { /* edits when user mouseovers the links */ color: #FE0289; cursor: CURSOR WHEN MOUSE HOVERS OVER LINK; text-decoration: none;} table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid COLOR; background-color: transparent; width:232px;} table.search TD, table.announcements TH { border: 0px solid #FFFFFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 240px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } </style> <!-- end code provided by createblog.com --> <script type='text/javascript'> function enterSite() { document.getElementById('splash').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } if (document.title.slice(-10) == 'Xanga Site') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:0px solid #ffcccc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="http://img6.imgspot.com/u/04/294/20/MNHv2Splash.jpg" border="0" class="image" alt="step inside"></a></td></tr></table><center><span>'); } </script> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops { width: 225 !important; }</style> <!-- end code provided by createblog.com --> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www.boomspeed.com/sfhelpers/cursors/66.cur);} a {cursor: url(http://www.boomspeed.com/sfhelpers/cursors/66.cur);} </STYLE><b style=position:absolute;left:137;top:700;font-family:verdana;font-size:8pt;></i></b> web status CODE <script type="text/javascript"> // // *** xSmiley Script Short Edition *** // http://www.xanga.com/xSmiley // // You can use this code freely, as long as the entire script remains intact. // // WHAT'S NEW? // - Reloaded on: 08.07.04 // - Relocated // // HOW TO USE: // For use at Xanga only. Copy this entire code (including the script tags) // and paste in the Website Stats box at your Look and Feel page. // // The script contains two arrays: "textSmileys" and "realSmileys". The items // present in the array "textSmileys" will be automatically replaced with the // corresponding images in the array "realSmileys". You can modify the arrays // as you see fit, as long as both arrays keep the exact same number of items. // // For example, suppose you want to add some smiley to the script... that would mean // in "textSmileys" you would add a shorthand like ":some_smiley:" or {somesmiley}, // and in "realSmileys" you would add it's url: "http://www.dude.com/some_smiley.gif". // // SETTINGS: // - "maxNumberOfSmileysPerRow": number of smileys that will be displayed in one row. // Smileys above that number will automatically be added to a new line. 10 by default. // - "buttonSize": size of the smiley buttons in pixels. 30 px by default. // // AVAILABILITY: // The script has been tested in the latest versions of IE, Netscape, // Mozilla and Opera (Windows 98). // function typeSmiley(sSmiley) { if (document.getElementsByTagName('textarea')[0].getAttribute('name') == 'bdescr') var editor = document.getElementsByTagName('textarea')[0]; else { var allTextAreas = document.getElementsByTagName('textarea'); for (i = 0; i < allTextAreas.length; ++i) { if (allTextAreas[i].getAttribute('name') == 'bdescr') { var editor = allTextAreas[i]; break; } } } editor.value = editor.value + sSmiley; } function replaceTextSmileys() { // ***add textual emoticons to the array below var textSmileys = new Array( ":blink:", ":rolleyes:", ":sweatingbullets:", ":unsure:", ":wacko:", ":biggrin:", ":blushh:", ":cooll:", ":crazy:", ":dry:", ":fury:", ":happyy:", ":huh:", ":kisss:", ":laughh:", ":mad:", ":mellow:", ":ohmy:", ":phew:", ":sadd:", ":sleep:", ":smile:", ":tears:", ":tongue:", ":tongue2:", ":vicx:", ":wink:", ":w00t:", ":pirate:", ":homestar:", ":strongbad:", ":ninja:", ":smurf:", ":wub:", ":zoro:", ":throb:", ":arrow:", ":exclam:", ":qmark:"); // *** add the url's from the corresponding images below var realSmileys = new Array( "http://soompi.com/forums/html/emoticons/blink.gif", "http://soompi.com/forums/html/emoticons/rolleyes.gif", "http://soompi.com/forums/html/emoticons/sweatingbullets.gif", "http://soompi.com/forums/html/emoticons/unsure.gif", "http://soompi.com/forums/html/emoticons/wacko.gif", "http://soompi.com/forums/html/emoticons/biggrin.gif", "http://soompi.com/forums/html/emoticons/blush.gif", "http://soompi.com/forums/html/emoticons/cool.gif", "http://soompi.com/forums/html/emoticons/crazy.gif", "http://soompi.com/forums/html/emoticons/dry.gif", "http://soompi.com/forums/html/emoticons/fury.gif", "http://soompi.com/forums/html/emoticons/happy.gif", "http://soompi.com/forums/html/emoticons/huh.gif", "http://soompi.com/forums/html/emoticons/kiss.gif", "http://soompi.com/forums/html/emoticons/laugh.gif", "http://soompi.com/forums/html/emoticons/mad.gif", "http://soompi.com/forums/html/emoticons/mellow.gif", "http://soompi.com/forums/html/emoticons/ohmy.gif", "http://soompi.com/forums/html/emoticons/phew.gif", "http://soompi.com/forums/html/emoticons/sad.gif", "http://soompi.com/forums/html/emoticons/sleep.gif", "http://soompi.com/forums/html/emoticons/smile.gif", "http://soompi.com/forums/html/emoticons/tears.gif", "http://soompi.com/forums/html/emoticons/tongue.gif", "http://soompi.com/forums/html/emoticons/tongue2.gif", "http://soompi.com/forums/html/emoticons/vicx.gif", "http://soompi.com/forums/html/emoticons/wink.gif", "http://soompi.com/forums/html/emoticons/w00t.gif", "http://soompi.com/forums/html/emoticons/pirate.gif", "http://soompi.com/forums/html/emoticons/homestar.gif", "http://soompi.com/forums/html/emoticons/strongbad.gif", "http://soompi.com/forums/html/emoticons/ninja.gif", "http://soompi.com/forums/html/emoticons/smurf.gif", "http://soompi.com/forums/html/emoticons/wub.gif", "http://soompi.com/forums/html/emoticons/zoro.gif", "http://soompi.com/forums/style_images/1/folder_post_icons/icon12.gif", "http://soompi.com/forums/style_images/1/folder_post_icons/icon11.gif", "http://soompi.com/forums/style_images/1/folder_post_icons/icon13.gif", "http://soompi.com/forums/style_images/1/folder_post_icons/icon14.gif"); // *** number of smileys that will be displayed per row var maxNumberOfSmileysPerRow = 8; // *** button size in pixels var buttonSize = 27; // preloading images var preloadedImages = new Array(realSmileys.length); for (i = 0; i < preloadedImages.length; ++i) { preloadedImages[i] = new Image(); preloadedImages[i].src = realSmileys[i]; } var allTableData = document.getElementsByTagName('td'); var indx; var smiley; var replacement; for (var i = 0; i < allTableData.length; ++i ) { for ( var n = 0; n < textSmileys.length; ++n ) { if ((allTableData[i].innerHTML.toUpperCase().indexOf('TABLE') == -1) && (allTableData[i].innerHTML.indexOf('previewHTML()') == -1)) { indx = allTableData[i].innerHTML.indexOf(textSmileys[n]); if (indx != -1) { while (indx != -1) { replacement = ''; indx = allTableData[i].innerHTML.indexOf(textSmileys[n]); smiley = '<img src=\"' + realSmileys[n] + '">' replacement = allTableData[i].innerHTML.replace(textSmileys[n],smiley); allTableData[i].innerHTML = replacement; } } } } } if (document.URL.indexOf('weblogs') != -1) { var smileyCollection = new Array(realSmileys.length); var smileyBar = ''; if (document.getElementById('htmleditor')) { for (i = 0; i < smileyCollection.length; ++i) { smileyCollection[i] = '<button type="button" value="" ' + 'style="width:' + buttonSize + 'px; height:' + buttonSize + 'px;" onclick="javascript:insertHTML(\' ' + textSmileys[i] + '\'); return false;">' + '<img src=\"' + realSmileys[i] + '" alt="' + textSmileys[i] + '"></button>'; } } else { for (i = 0; i < smileyCollection.length; ++i) { smileyCollection[i] = '<button type="button" value="" ' + 'style="width:' + buttonSize + 'px; height:' + buttonSize + 'px;" onclick="javascript:typeSmiley(\' ' + textSmileys[i] + '\'); return false;">' + '<img src=\"' + realSmileys[i] + '" alt="' + textSmileys[i] + '"></button>'; } } for (i = 0; i < smileyCollection.length; ++i) { if (i != 0) if ( (i/maxNumberOfSmileysPerRow).toString().indexOf('.') == -1) smileyBar = smileyBar + '<BR>'; smileyBar = smileyBar + smileyCollection[i]; } // add SmileyBar infoLink = '<a href="http://www.xanga.com/xsmiley"' + 'target=blank><font style="font-size: xx-small; font-weight: normal;">' + 'HERE</font><a/><br><br>'; smileyBarHtml = '<br><b> xSmiley Short Script</b><br><font style="font-size: xx-small">' + 'If you want to get these smileys too, click -----></font> ' + infoLink + smileyBar + '<br><br>'; if (navigator.userAgent.indexOf('Mac') == -1) { if (document.getElementById('htmleditor')) var obj1 = document.getElementById('htmleditor').parentNode; else { if (document.getElementsByTagName('textarea')[0].getAttribute('name') == 'bdescr') var obj1 = document.getElementsByTagName('textarea')[0].parentNode; else { var allTextAreas = document.getElementsByTagName('textarea'); for (i = 0; i < allTextAreas.length; ++i) { if (allTextAreas[i].getAttribute('name') == 'bdescr') { var obj1 = allTextAreas[i].parentNode; break; } } } } var obj2 = document.createElement('span'); obj2.setAttribute('ID','idSmileyBar'); obj2.innerHTML = smileyBarHtml; obj1.insertBefore(obj2,obj1.firstChild); } else { // alternative solution for the Mac for (var i = 0; i < allTableData.length; ++i ) { if ((allTableData[i].innerHTML.toUpperCase().indexOf('TABLE') == -1) && (allTableData[i].innerHTML.indexOf('previewHTML()') == -1)) { if (allTableData[i].innerHTML.toUpperCase().indexOf('(OPTIONAL)') != -1) { var temp = allTableData[i].innerHTML; allTableData[i].innerHTML = temp + '<br>' + smileyBarHtml; break; } } } } } } if (document.URL.indexOf('weblogs') != -1) replaceTextSmileys(); </script> <!-- copy here --> <a href="http://www.htmlcounter.com/?ref=Mandyneedshelp" target="_blank"><img src="http://www.admo.net/php-bin/counter.php3?id=Mandyneedshelp&dd=36" BORDER="0" alt="This counter provided for free from HTMLcounter.com!"><br> <font face="Verdana" size="-3">HTMLCounter.com</font> </a> <!-- stop here --> <!-- begin code provided by createblog.com --> <script type="text/javascript"> // // © EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Sites I Read", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Real Name", "Birthday", "Gender", "Location", "Website", "Email", "Stats", "Member since"); // *** add the replacing words or fragments below var newWords = new Array( "Sites I Read", "Publish Comments", "add PixieStars", "PixieStar", "PixieStars", "add Your Thoughts", "Thought", "Thoughts", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Real Name", "Spawning Day", "Gender", "Location", "Website", "Email", "Stats", "Member since"); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <!-- Change eProp image : Provided by blogring --> <script language=javascript> var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new //blogring.document.write Array('http://www.blindedstorms.com/gallery/albums/userpics/Starthing%7E1.gif'); for (var i = 0; i < document.images.length; i++) { for (var s = 0; s < oldprop.length; s++){ if (document.images[i].src == oldprop[s]){ neweprop = document.createElement('img'); neweprop.src = newprop[s]; document.images[i].parentNode.replaceChild(neweprop, document.images[i]); break; } } } </script> <!-- End Change eProp Image : Provided by blogring --> <!-- begin code provided by createblog.com --> <STYLE type="text/css"> /* top bar remover - xanga.com/add_ons */ table.navigation {display: none;};</STYLE> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!--AdMover--> <!--Screennaimless code created by Anti_fukin_social--> <!--http://www.xanga.com/anti_fukin_social--> <div style="left=-600; top=3000; position=absolute;"><img src="/images/dot_clear.gif" border="0" style="display:none" width="1"> <script></script><script language="javascript">document.write('<div id="ya1160" style="width: 0%">');document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">');document.write('<tr><td style="text-align: center;"><center>');document.write('<table style="background-color: #ffffff; border: 1px solid #ffffff; background-image: none;" cellSpacing=0 cellPadding=1 width=614 border=0><tbody><tr><td width=146>');document.write('<a href=http://www.xanga.com><img height=44 alt="Brought To You By Steve" src=/images/xangalogosmall.gif width=146 align=bottom border=0></A>');document.write('</TD><TD style="TEXT-ALIGN: right">');</script> </div><center>Brought to you by <a href="http://www.xanga.com/anti_fukin_social">Steve</a></center> <ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><center><applet><xmp> <!--Finished--> <!--End Of AdMover--> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> heres the other one XXZERO_COOLXX header section CODE <STYLE type="text/css"> BODY {scrollbar-3dlight-color:#FDF401; scrollbar-arrow-color:#FDF401; scrollbar-base-color:#FDF401; scrollbar-track-color:#FDF401; scrollbar-darkshadow-color:#666666 ; scrollbar-face-color:#666666 ; scrollbar-highlight-color:#FDF401; scrollbar-shadow-color:#FDF401 } </STYLE> <!-- begin code provided by createblog.com --> <DIV align="center" valign="middle" style="BORDER-RIGHT: #FDF401 5px dashed; BORDER-TOP: #FDF401 5px dashed; FILTER: alpha(opacity=78); OVERFLOW: auto; BORDER-LEFT: #FDF401 5px dashed; WIDTH: 760px; BORDER-BOTTOM: #FDF401 5px dashed; HEIGHT: 380px; BACKGROUND-COLOR: #333333"> web status CODE <script language="javascript"> DOC=document;var data, p; var agt=navigator.userAgent.toLowerCase(); p='http'; if((location.href.substr(0,6)=='https:')||(location.href.substr(0,6)=='HTTPS:')) {p='https';} data = '&r=' + escape(DOC.referrer) + '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent) if(navigator.userAgent.substring(0,1)>'3') {data = data + '&sd=' + screen.colorDepth + '&sw=' + escape(screen.width+ 'x'+screen.height)}; document.write('<a href="http://redirect.xangahits.com" target="_blank" >'); document.write('<img border=0 hspace=0 '+'vspace=0 src="http://www.coolcounters.com/counter.php?i=79279' + data + '"></a>'); document.write("<scr"+"ipt src='http://www.coolcounters.com/counter.js'></scr"+"ipt>"); </script> <!-- begin code provided by createblog.com --> <STYLE type="text/css"> /* top bar remover - xanga.com/add_ons */ table.navigation {display: none;};</STYLE> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <!--AdMover--> <!--Screennaimless code created by Anti_fukin_social--> <!--http://www.xanga.com/anti_fukin_social--> <div style="left=0; top=3070; position=absolute;"><img src="/images/dot_clear.gif" border="0" style="display:none" width="1"> <script></script><script language="javascript">document.write('<div id="ya1160" style="width: 0%">');document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">');document.write('<tr><td style="text-align: center;"><center>');document.write('<table style="background-color: #ffffff; border: 1px solid #ffffff; background-image: none;" cellSpacing=0 cellPadding=1 width=614 border=0><tbody><tr><td width=146>');document.write('<a href=http://www.xanga.com><img height=44 alt="Brought To You By Steve" src=/images/xangalogosmall.gif width=146 align=bottom border=0></A>');document.write('</TD><TD style="TEXT-ALIGN: right">');</script> </div><center>Brought to you by <a href="http://www.xanga.com/anti_fukin_social">Steve</a></center> <ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><center><applet><xmp> <!--Finished--> <!--End Of AdMover--> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> song trying to be played http://web3.epitonic.com/files/reg/songs/m...-Still_Flat.mp3 |
|
|
|
Oct 22 2004, 11:47 PM
Post
#4
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Yeah..you probably have too many codes..
Either that or the song isn't the full version. |
|
|
|
Oct 23 2004, 12:04 AM
Post
#5
|
|
![]() I have 6 blue blocks :3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,248 Joined: May 2004 Member No: 14,959 |
yup yup. to many codes. did you check if the music link is working corectly?
::jerry:: |
|
|
|
Oct 23 2004, 01:48 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 |
i did its definatly the too many codes deal. Is there a way i can get around this without having to destroy all my work.
|
|
|
|
Oct 25 2004, 01:04 AM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Feb 2004 Member No: 4,456 |
any replys anyone
|
|
|
|
![]() ![]() |