Drop Down Music Menu, seems everybodies having trouble with it |
Drop Down Music Menu, seems everybodies having trouble with it |
Feb 6 2004, 12:04 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Dec 2003 Member No: 30 |
well here it goes in layman's terms...here the code first
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="music url">music name</select> <option value="music url">music name</select> <option value="music url">music name</select> <option value="music url">music name</select> <option value="music url">music name</select> <option value="music url">music name</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="background music url" 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 --> hope this helps some ppl out... |
|
|
|
![]() |
Feb 9 2004, 04:47 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Dec 2003 Member No: 30 |
QUOTE(sabbyrina @ Feb 8 2004, 8:42 PM) ermmm i tried doing this and i had about 6 songs...but only my 1st song goes in the dropdown menu and the rest dont work! help!!!!! i need html here...if you could can you please post up what you are putting on your xanga...if not a site would be nice... |
|
|
|
mjk1009 Drop Down Music Menu Feb 6 2004, 12:04 AM
mjk1009 remember that in the "music url" part th... Feb 6 2004, 12:05 AM
aznhybriddragon http://www.createblog.com/forums/index.php...wtopi... Feb 6 2004, 12:08 AM
mjk1009 yea i know...but ppl keep asking me to help em out... Feb 6 2004, 12:26 AM
Retrogressive (loser feels stupid asking but) does it use WMA fi... Feb 8 2004, 05:27 PM
Kathleen QUOTE(mjk1009 @ Feb 6 2004, 12:04 AM)well her... Feb 8 2004, 08:11 PM
sabbyrina ermmm i tried doing this and i had about 6 songs..... Feb 8 2004, 08:42 PM
mjk1009 QUOTE(Kathleen @ Feb 8 2004, 8:11 PM)I tried ... Feb 9 2004, 04:45 PM![]() ![]() |