Log In · Register

 
 
Closed TopicStart new topic
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.
 
Jeria
post Jan 28 2006, 07:49 PM
Post #2


Newbie
*

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



...can I get someone atleast?
 
gelionie
post Jan 28 2006, 09:25 PM
Post #3


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



In the last two options, instead of a ", I think you put in a ” instead, which should be why it isn't working.
 
talcumpowder
post Jan 29 2006, 02:21 PM
Post #4


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



CODE
<option value="#">Click For Music</option>
<option value="http://homepage.mac.com/bfnmfm/Fullmetal_Alchemist_-_Link.mp3">[Link]</option>
<option value="http://home.comcast.net/~seekster/Kesenai_Tsumi.mp3">[Kesenai Tsumi]</option>
<option value="http://homepage.mac.com/idjwng/Kanashimi%20o%20Yasashisa%20ni.mp3">[Kanashimi wo Yasashisa Ni]</option>
<option value="http://homepage.mac.com/rezijc/Ride_On_Shooting_Star.mp3">[Ride on Shooting Star]</option>
<option value="http://homepage.mac.com/ztvyxa/Brothers.mp3">[Brothers]</option>
<option value=”http://homepage.mac.com/evpyqo/Nekobasu.mp3”>[Nekobasu]</option>
<option value=”http://homepage.mac.com/febqjx/Pearl_Color_ni_Yurete.mp3”>[Pearlcolor no Yurete]</option>
&I do believe it was designed to play .mid/.midi files, not .mp3's.
 

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