Help - Search - Members - Calendar
Full Version: music question?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
LiDdLe_TaSh
in the following code do i replace the http://www.xangaskins.com/modules/04/kenshin.asf with my song url??

CODE
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script language="Javascript">
// background music with on/off trigger by micron
// for more xanga scripts and help go to createblog.com

// url to music (streaming files recommended)
var music = "http://www.xangaskins.com/modules/04/kenshin.asf";

function turnOFF(){
document.getElementById("musicText").innerHTML = "<a href=# onClick='turnON(); return false;'>OFF</a>";
}
function turnON(){
document.getElementById("musicText").innerHTML = "<a href=# onClick='turnOFF(); return false;'>ON</a><embed src="+ music +" autostart=true loop=true hidden=true style='display:none;'>";
}
document.write("music: <span id=musicText><a href=# onClick='turnOFF(); return false;'>ON</a><embed src="+ music +" autostart=true loop=true hidden=true style='display:none;'></span>");
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
LiDdLe_TaSh
anyone???
vivieeeen
uh............ you delete that part and....... type in your song url?

huh.gif sorry.. i don't think i get your question...

but i'm willing to help biggrin.gif
DrNick311
Yeah just remove that Kenshin URL and put in your URL, but make sure to keep the quotes around the URL.
LiDdLe_TaSh
thanx
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.