📄 play.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>优度播放器</title>
<style type="text/css">
body{margin:0px;}
.buf_bg {
background-repeat: no-repeat;
background-position: center center;
/*padding:5px;*/
}
</style>
<SCRIPT LANGUAGE = "JScript" FOR = MediaPlayer EVENT = error()>
// Get the description of the first error.
var errDesc = MediaPlayer.error.item(0).errorDescription;
//errDesc="对不起,服务器已经达到最大连接数,请您稍候再试。"
// Display the error description.
alert(errDesc);
//MediaPlayer.error.webHelp()
</SCRIPT>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="9"><img name="images/full_r1_c2" src="images/full_r1_c2.gif" width="9" height="20" border="0"></td>
<td height="20" background="images/full_r1_c3.gif"><img src="images/logo.gif" width="82" height="20" border="0" align="absbottom"></td>
<td width="9"><img src="images/border_r_t_1.gif" width="9" height="20"></td>
</tr>
<tr>
<td background="images/border_l_2.gif"><img src="images/spacer.gif" width="1" height="1"></td>
<td valign="bottom" background="images/buffering.gif" bgcolor="#000000" class="buf_bg"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" bgcolor="#000000"><img src="images/space.gif" width="1" height="1"></td>
</tr>
<tr>
<td valign="bottom"><OBJECT ID='MediaPlayer' height='63' width='100%' CLASSID='clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6' STANDBY='Loading Windows Media Player components...' TYPE='application/x-oleobject' VIEWASTEXT>
<PARAM NAME='URL' VALUE='mmst://61.152.255.153/vt_series01/仙剑奇侠传/148214.wmv?token=29B6B75A87BDC99C289011F022DDC1CF9BBAC1AEE67911A855593D4E55C3D014E4C091E28E574FB79DDEA1397E8C6A9035B22C1900C3AB1A953D2E'>
<PARAM NAME='AutoStart' VALUE='1'>
<PARAM NAME="stretchToFit" VALUE="true">
<PARAM NAME='ShowStatusBar' VALUE='true'>
<PARAM NAME='ShowControls' VALUE='true'>
<PARAM NAME='ShowTracker' VALUE='true'>
<PARAM NAME='EnableTracker' VALUE='true'>
<PARAM NAME='ShowPositionControls' VALUE='False'>
<PARAM NAME='EnablePositionControls' VALUE='False'>
<param name="EnableContextMenu" value="true">
<param name="fullScreen" value="false">
<param name="SendErrorEvents" value="true">
</OBJECT></td>
</tr>
</table> </td>
<td background="images/border_right_2.gif"><img src="images/spacer.gif" width="1" height="1"></td>
</tr>
</table>
<SCRIPT LANGUAGE = "JScript" FOR = MediaPlayer EVENT = Buffering(Start)>
if(Start){
MediaPlayer.height="63";
//buffering.style.display="";
//player.style.display="none";
//MediaPlayer.settings.setMode(showFrame,false)
//MediaPlayer.windowlessVideo="true"
//MediaPlayer.uiMode="invisible"
}
else{
//buffering.style.display="none";
//player.style.display="";
MediaPlayer.height="100%";
//player.settings.setMode(showFrame,true);
//MediaPlayer.windowlessVideo="true";
//playFrame.location.replace("wmplayer.jsp?playurl=mmst://61.152.255.153/vt_series01/仙剑奇侠传/148214.wmv?token=29B6B75A87BDC99C289011F022DDC1CF9BBAC1AEE67911A855593D4E55C3D014E4C091E28E574FB79DDEA1397E8C6A9035B22C1900C3AB1A953D2E&playName=?????20&contentFAName=仙剑奇侠传20&mtype=1&contentId=64273&contentIndex=0");
//playFrame.src="wmplayer.jsp?playurl=mmst://61.152.255.153/vt_series01/仙剑奇侠传/148214.wmv?token=29B6B75A87BDC99C289011F022DDC1CF9BBAC1AEE67911A855593D4E55C3D014E4C091E28E574FB79DDEA1397E8C6A9035B22C1900C3AB1A953D2E&playName=?????20&contentFAName=仙剑奇侠传20&mtype=1&contentId=64273&contentIndex=0";
//MediaPlayer.uiMode="none";
//tr=MediaPlayer.settings.isAvailable(windowlessVideo);
//tr=MediaPlayer.windowlessVideo;
//alert("ff"+tr);
}
</SCRIPT>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -