62,268
社区成员
发帖
与我相关
我的任务
分享
<div id="alertwmplay" runat="server">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<object id="WMPlay" width="384" height="280" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"
viewastext>
<param name="FileName" value="<%=filmname%>">
<param name="DisplaySize" value="0">
<param name="ShowStatusBar" value="1">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=media&sba=plugin"
filename="<%=filmname%>" displaysize="0" name="WMPlay" showstatusbar="1" width="384"
height="280"></embed></object></td>
</tr>
</table>
</div>