Any Play Lists That Play MP3s? |
Any Play Lists That Play MP3s? |
Jul 5 2005, 10:42 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jul 2005 Member No: 165,976 |
are there any play lists that play mp3 formated songs?
|
|
|
|
![]() |
Jul 6 2005, 04:15 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Oct 2004 Member No: 56,877 |
how about this
[CODEBOX]<form name="songlist"> <b>plz select a song</b>: <br> <select size="1" onChange="midiplay(this);" name="select"> <option value="#">---plz select a song--- <option value="1.mid">song1 <option value="2.mid">song2 <option value="3.mid">song3 <option value="4.mid">song4 </select> </form> <script language="JavaScript"> <!-- document.write('<bgsound src="#" id=midiplay loop=1 autostart="true">'); function midiplay(what) { if (document.all) { document.all.midiplay.src = what.options[what.selectedIndex].value; } else { alert(""); } } //--> </script> |
|
|
|
Sethizzle Any Play Lists That Play MP3s? Jul 5 2005, 10:42 AM
fishcake-y ..... I know this one does.
[ http://www.createblo... Jul 5 2005, 12:31 PM
keli_wong <form name="songlist">
<b>pl... Jul 6 2005, 04:15 AM
xenosaga the entire code is not there Jul 6 2005, 05:55 AM
niez_cho Actually all music playlists can play mp3s, except... Jul 6 2005, 05:57 AM![]() ![]() |