#1 音樂選播機 - 蛙 (Administrator) 發表於 9-6-2012 09:11
<P><FONT color=blue><SCRIPT Language="JavaScript"><BR> midi = new Array(5);<BR> midi[0] = "</FONT><A href="http://www.bunbunhk.com/dl/j1.mid"><FONT color=blue>http://www.bunbunhk.com/dl/j1.mid</FONT></A><FONT color=blue>";<BR> midi[1] = "</FONT><A href="http://www.bunbunhk.com/dl/j2.mid"><FONT color=blue>http://www.bunbunhk.com/dl/j2.mid</FONT></A><FONT color=blue>";<BR> midi[2] = "</FONT><A href="http://www.bunbunhk.com/dl/j3.mid"><FONT color=blue>http://www.bunbunhk.com/dl/j3.mid</FONT></A><FONT color=blue>";<BR> midi[3] = "</FONT><A href="http://www.bunbunhk.com/dl/j4.mid"><FONT color=blue>http://www.bunbunhk.com/dl/j4.mid</FONT></A><FONT color=blue>";<BR> midi[4] = "</FONT><A href="http://www.bunbunhk.com/dl/j5.mid"><FONT color=blue>http://www.bunbunhk.com/dl/j5.mid</FONT></A><FONT color=blue>";</FONT></P><P><BR><FONT color=blue> index = Math.floor(Math.random() * midi.length);<BR> document.write("<embed src=" + midi[index] + " autostart=true hidden=true loop=true name=midis volume=100%>"<BR> </SCRIPT><BR> <BR><b>Music :</b> <BR><a href="javascript:document.midis.play()" target=_self>Play /</a><BR> <a href="javascript:document.midis.stop()" target=_self>Stop /</a><BR> <a href="javascript:location.reload()" target=_self>change music</a></FONT></P>
<P><B></B> </P>
<P><B></B> </P>
<P> </P>
<P> </P>
<P><A href="http://www.bunbunhk.com/dl/j5.mid"><FONT color=purple>http://www.bunbunhk.com/dl/j5.mid</FONT></A><FONT color=purple> <<<音樂網址,可更改</FONT></P>
<P><FONT color=purple></FONT> </P>
<P><FONT color=purple></FONT> </P>
<P><FONT color=purple>new Array(5); <<<可隨意加減歌曲,祇要將此更改數目</FONT></P>
<P><FONT color=purple> midi[4] = "</FONT><A href="http://www.bunbunhk.com/dl/j5.mid"><FONT color=purple>http://www.bunbunhk.com/dl/j5.mid</FONT></A><FONT color=purple>"; <<<再增加或減少,但數字要跟著更改</FONT><BR></P>
<P><B></B> </P>
<P><B></B> </P>
<P><B></B> </P>
<P>
<SCRIPT language=JavaScript>
midi = new Array(5);
midi[0] = "http://www.bunbunhk.com/dl/j1.mid";
midi[1] = "http://www.bunbunhk.com/dl/j2.mid";
midi[2] = "http://www.bunbunhk.com/dl/j3.mid";
midi[3] = "http://www.bunbunhk.com/dl/j4.mid";
midi[4] = "http://www.bunbunhk.com/dl/j5.mid";
index = Math.floor(Math.random() * midi.length);
document.write("<embed src=" + midi[index] + " autostart=true hidden=true loop=true name=midis volume=100%>"
</SCRIPT>
<B>Music :</B> <A href="javascript:document.midis.play()" target=_self>Play /</A> <A href="javascript:document.midis.stop()" target=_self>Stop /</A> <A href="javascript:location.reload()" target=_self>change music</A></P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P><FONT color=#0000ff size=3>如不能顯示語法效果可貼去本站</FONT><A href="http://www.bunbun000.com/html/index.htm" target=_blank><FONT color=red size=3>語法測試板</FONT></A><FONT color=#0000ff size=3>試看</FONT></P>