About John W. Watson Expertise I can answer almost any question regarding the internet on a beginning to intermediate level. I`m good at searching, downloading, Internet Explorer, online buying and selling, chatting, Ebaying, downloading music from the internet, and just about anthing else on that level. I cannot answer questions about networking, uploading, Macs, AOL, or Netscape. If I don`t have the answer to your question, I will find it. :-)
Experience I've been using the internet ever since it started to become popular. My father is a computer technologist who taught me very well. Plus several years of experience learning by doing.
Question hi, im very frustrated. i have an account on xanga (www.xanga.com) and i really want to put music on my site, and i have the code for a drop menu of music (ill put the code at the bottom) and i dont know where to get urls for the songs... and i was wondering, if i can put music from my computer onto my site? and if so can you tell me how? and if not d you know where i can get urls for the music?
<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
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"
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>
-----------------------------------------
Answer levi.-
In order to have music on a standard website you have to upload the file to the server and then have a hyperlink that links to it. I don't think xanga.com is a standard webserver after looking at the website. You will probably have to check with them about the music.