lpaylist type thing for my xanga... |
lpaylist type thing for my xanga... |
![]()
Post
#1
|
|
![]() I wanna be roman ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,844 Joined: Jan 2004 Member No: 989 ![]() |
Ok i saw this on another site, where it has a little box ad you can choose the songs and stop them, play them and such well i thought it was really cool. does anyone know the code for this? thanks
![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() advanced newbie... S2 ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,504 Joined: Jan 2004 Member No: 752 ![]() |
QUOTE <!-- 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 --> change songs if you want. are you talking about drop down menu, or a click to change song thingy like on my xanga? derno... |
|
|
![]()
Post
#3
|
|
![]() [[one piece :D ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,722 Joined: Jan 2004 Member No: 795 ![]() |
![]() |
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 59 Joined: Jan 2004 Member No: 1,080 ![]() |
Does anyone know how to make the songs loop?
|
|
|
![]() ![]() |