<html>
<head>
<title>大屏幕播放</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<SCRIPT LANGUAGE="vbscript">
<!--
sub start()
on error resume next
nsplay.play
end sub
sub callpause()
on error resume next
nsplay.stop
end sub
-->
</SCRIPT>
<body bgcolor="#000000" leftmargin="0" topmargin="0">
<table width="1024" border="0" cellspacing="0" cellpadding="0" height="768">
<tr>
<td height="685" width="1024">
<object id="NsPlay" width=552 height=436 style="position: absolute; top: 152; left: 359"
codebase="http://dla.baofeng.com/webstorm/storm.cab#version=3,8,0,0" classid="clsid:6BE52E1D-E586-474F-A6E2-1A85A9B4D9FB">
<param NAME="url" value="D:/触摸屏/xxgs/avi/AVSEQ02.avi">
<PARAM NAME='autoplay' VALUE='1'>
<PARAM NAME="visible" VALUE="1">
<PARAM NAME="backImage" VALUE="">
<PARAM NAME="backColor" VALUE="4294967295">
<PARAM NAME="titleText" VALUE="">
<PARAM NAME="titleForeColor" VALUE="16777215">
<PARAM NAME="titleBackColor" VALUE="15198183">
<PARAM NAME="titleImage" VALUE="">
<PARAM NAME="titleVisible" VALUE="0">
<PARAM NAME="controlBarVisible" VALUE="0">
<PARAM NAME="InfoBarVisible" VALUE="0">
<PARAM NAME="contextMenuEnable" VALUE="0">
<PARAM NAME="displayMode" VALUE="0">
<PARAM NAME="volume" VALUE="88">
<PARAM NAME="balance" VALUE="0">
</object></td>
</tr>
<tr>
<td height="83"><img src="images/dpm_menu.jpg" width="1024" height="83" usemap="#Map" border="0"><map name="Map"><area shape="rect" onClick="start()" coords="276, 20, 393, 65" href="#" alt="播放" title="播放"><area shape="rect" onClick="callpause()" coords="456, 20, 577, 65" href="#" alt="暂停" title="暂停"><area shape="rect" coords="634, 19, 768, 65" href="zbsp_list3.htm" alt="返回" title="返回"></map></td>
</tr>
</table>
</body>
</html>
|