⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mediaplayer.htm

📁 本系统其主要宗旨是让公司管理更轻松
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>

<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
<title>插入 FLASH、MediaPlayer、RealPlayer 文件</title>
</head>
<style>TD {FONT-SIZE: 12px}</style>
<body bgcolor="ECE9D8">

<script event="onclick" for="Ok" language="JavaScript">
	var s=path.value;
	if (s.length<10)
	{
		alert("请输入正确的文件链接地址!");
	}else{
		var autostart,ShowStatusBar
		autostart=document.getElementById("autostart").checked
		ShowStatusBar=document.getElementById("ShowStatusBar").checked
		window.returnValue = "<embed src="+path.value+" width="+selwidth.value+" height="+selheight.value+" AUTOSTART="+autostart+" ShowStatusBar="+ShowStatusBar+"\>"
		window.close();
	}
</script>

<table border="0" cellpadding="0" cellspacing="5" align="center" style="padding-left:10px;width=100%">
	<tr>
		<td>文件地址 : <input id="path" size="30" value="http://"></td>
	</tr>
	<tr>
		<td>文件宽度 : <input id="selwidth" size="4" value="400">&nbsp; 文件高度 :
		<input id="selheight" size="4" value="300"></td>
	</tr>
	<tr>
		<td align="center"> <input type="checkbox" value="1" name="autostart" id=autostart><label for="autostart">自动播放</label> 
		<input type="checkbox" value="1" name="ShowStatusBar" id=ShowStatusBar checked><label for="ShowStatusBar">显示状态栏</label>
		</td>
	</tr>

	<tr>
		<td align="middle"><button id="Ok" type="submit">确 定</button>&nbsp;
		<button onclick="window.close();">关 闭</button></td>
	</tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -