Log In · Register

 
Music Playlist Error, ...won't play more than 5 songs.
Jeria
post Jan 22 2006, 05:27 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Sep 2005
Member No: 236,056



...I was in here before asking the same question without much help in the end. I have a different code this time, it's short.

CODE
<form name=choose>
Music Menu:
<select size=1 onChange="midiplay(this);">
<option value="#">Click For Music
<option value="http://homepage.mac.com/bfnmfm/Fullmetal_Alchemist_-_Link.mp3">[Link]
<option value="http://home.comcast.net/~seekster/Kesenai_Tsumi.mp3">[Kesenai Tsumi]
<option value="http://homepage.mac.com/idjwng/Kanashimi%20o%20Yasashisa%20ni.mp3">[Kanashimi wo Yasashisa Ni]
<option value="http://homepage.mac.com/rezijc/Ride_On_Shooting_Star.mp3">[Ride on Shooting Star]
<option value="http://homepage.mac.com/ztvyxa/Brothers.mp3">[Brothers]
<option value=”http://homepage.mac.com/evpyqo/Nekobasu.mp3”>[Nekobasu]
<option value=”http://homepage.mac.com/febqjx/Pearl_Color_ni_Yurete.mp3”>[Pearlcolor no Yurete]
</select>
</form>

<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

document.write('<bgsound src="#" id=midijuke loop=1 autostart="true">');

function midiplay(what) {
if (document.all)  {
  document.all.midijuke.src = what.options[what.selectedIndex].value;
}

else {
  alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above.");
}
}

//-->
</script>


I have 7 songs in this code, and I checked the music links for the last two since they aren't working. Before I added the last two songs, everything worked fine. Afterward, the two new songs don't play at all. If you can help, please do, I'd appreciate it.
 

Posts in this topic
Jeria   Music Playlist Error   Jan 22 2006, 05:27 PM
Jeria   ...can I get someone atleast?   Jan 28 2006, 07:49 PM
niez_cho   In the last two options, instead of a ", I th...   Jan 28 2006, 09:25 PM
fishcake-y   CODE<option value="#">Click For Mu...   Jan 29 2006, 02:21 PM


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