music |
music |
Jan 29 2004, 07:56 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2004 Member No: 2,089 |
Well i used your drop down music menu thing
CODE <!-- begin code provided by createblog.com --> <form name=choose> Music Menu: <select size=1 onChange="midiplay(this);"> <option value="#">Click For Music <option value="http://url/to/america.mid">America The Beautiful <option value="http://url/to/cannon_d.mid">Cannon (key of D) <option value="http://url/to/entrtanr.mid">The Entertainer <option value="http://url/to/maplerag.mid">Maple Rag <option value="http://url/to/pete_wlf.mid">Peter & the Wolf </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> <!-- end code provided by createblog.com --> yet when i put the songs from here it wont play, and it crashes my browser |
|
|
|
![]() |
Jan 29 2004, 09:38 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2004 Member No: 2,089 |
Hmmm apparently it works when I link it to a wav file, but it wont work if I link it to an asf file
|
|
|
|
RPS13 music Jan 29 2004, 07:56 PM
anne maybe the link is broken or copied it wrong
... Jan 29 2004, 08:55 PM
anne then convert it Jan 29 2004, 10:06 PM![]() ![]() |