📄 rmplay.htm
字号:
<HTML><HEAD><TITLE>音乐播放器:HTTP://goso.7i24.com</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<script language="javascript" src="copyright.js"></script><LINK href="style.css" rel=stylesheet type=text/css>
</HEAD>
<BODY topmargin="0" leftmargin="0">
<SCRIPT language=javaScript>
var ERR_NonePlayer="您的系统中没有安装Real Player播放器,请下载Real Player播放器。\n\nMovie播放器将关闭。";
var ERR_FileNotFind="对不起,未发现你要点播的文件。\n\n请请在留言板留言或写信给站长!";
var ERR_NotLocateServer="对不起,无法定位Movie服务器。可能是服务器正在维护中,请更换其他影片!";
var ERR_UnkownError="在线用户过多,服务器限制,请抢线或稍后观看!";
</SCRIPT>
<SCRIPT language=VBScript>
on error resume next
RealPlayerG2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n');
RealPlayer5 = (NOT IsNull(CreateObject("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)")))
RealPlayer4 = (NOT IsNull(CreateObject("RealVideo.RealVideo(tm) ActiveX Control (32-bit)")))
if not RealPlayerG2 and RealPlayer5 and RealPlayer4 then
if MsgBox("您的浏览器无法自动下载最新的浏览器插件,是否要下载播放器来播放?", vbYesNo) = vbYes then
window.location = "http://jshttp.skycn.net/down/rp8-cn-setup.exe"
end if
end if
Sub player_OnBuffering(lFlags,lPercentage)
if (lPercentage=100) then
StartPlay=false
if (FirstPlay) then
FirstPlay=false
end if
exit sub
end if
End Sub
Sub player_OnErrorMessage(uSeverity, uRMACode, uUserCode, pUserString, pMoreInfoURL, pErrorString)
select case player.GetLastErrorRMACode()
case -2147221496
window.alert(ERR_FileNotFind)
case -2147221433,-2147221428,-2147221417,-2147217468
window.alert(ERR_NotLocateServer)
case else
window.alert(ERR_UnkownError)
end select
End Sub
</SCRIPT>
<SCRIPT>
<!--//
rmurl=location.search.substring(10,location.search.length);
document.write("<object classid='clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA' id=Player name=player width='468' height='142'>");
document.write("<param name='AUTOSTART' value='1'>");
document.write("<param name='SHUFFLE' value='0'>");
document.write("<param name='PREFETCH' value='0'>");
document.write("<param name='NOLABELS' value='0'>");
document.write("<param name='SRC' value='"+rmurl+"'>");
document.write("<param name='CONSOLE' value='Video'>");
document.write("<param name='CONTROLS' value='StatusBar,ControlPanel'>");
document.write("<param name='LOOP' value='1'>");
document.write("<param name='NUMLOOP' value='0'>");
document.write("<param name='CENTER' value='0'>");
document.write("<param name='MAINTAINASPECT' value='0'>");
document.write("<param name='BACKGROUNDCOLOR' value='#000000'>");
document.write("<embed src='"+rmurl+"' width='468' autostart='true' height='142'>");
document.write("</embed>");
document.write("</object>");
//-->
</SCRIPT>
<SCRIPT language=javascript>
player.SetEnableContextMenu(false);
player.SetWantErrors(true);
</SCRIPT>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -