|
| |
精品推荐 |
 |
|
| |
|
|
|
|
网页中的多媒体播放控制
|
日期:2008年1月16日 作者: 查看:[大字体
中字体 小字体]
|
} }
function bgmselecter(obj) { query= obj.options[obj.selectedIndex].value; if(query != "") { url = ((location.href).indexOf("?") != -1) ? (location.href).substring(0, (location.href).indexOf("?")) : (location.href); location.href = url +"?"+ query; } }
var bgmpath = ""; //"..."偺拞偵堦夞栚傾僋僙僗帪偺壒妝僼傽僀儖傊偺僷僗傪彂偗傞丅 if(location.search != ("" "?")) { var chrat = location.search.indexOf("?"); bgmpath = location.search.substring(chrat+1, location.search.length); }
if(bgmpath !="") { document.write("<bgsound src='" +bgmpath+ "' loop='infinite'>"); if(navigator.appName.indexOf("Netscape") != -1) { document.write("<EMBED SRC='" +bgmpath+ "' WIDTH=0 HEIGHT=0 PANEL=0 AUTOSTART=TRUE REPEAT=TRUE>"); } }
//--> </SCRIPT> <center> <form mathod="post" name="bgmparent"> <select name="bgmselect" onChange="bgmselecter(this)"> <option value="">--SELECT BGM-- <option value="http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/1.mid";>BGM1 <option value="http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/2.mid";>BGM2 <option value="http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/3.mid";>BGM3 <option value="http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/4.mid";>BGM4 </select> </form> </center> </BODY> </HTML>
31天不同 的音乐(转贴)
以下内容为程序代码:
<SCRIPT LANGUAGE="JavaScript"> <!-- hiding page=new Date(); if (page.getDate() == 1) document.write("<embed src=http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/1.mid width=145 height=40 autostart=true loop=-1 volume=50>");
//曲目自己随便定,可用http://绝对路径表示,本例使用相对路径.//
//loop=-1表示循环播放,autostart=true表示自动播放,false表示手动播放//
if (page.getDate() == 2) document.write("<embed src=http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/2.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 3) document.write("<embed src=http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/3.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 4) document.write("<embed src=http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/4.mid width=145 height=40 autostart=true loop=-1 volume=50>");
if (page.getDate() == 5) document.write("<embed src=http://www.shunde.net.cn/~biyun/wlsd/wy/yinyue/H/5.mid width=145 height=40 autostart=true loop=-1 volume=50>");
上一篇:赛门铁客防火墙D.o.s攻击代码
下一篇:提升JSP应用程序的七大绝招
|
| 相关文章: |
|
|
|
| 相关软件: |
|
|
|
|