open1.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:65k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="articleconn.asp"-->
  2. <!--#include file="inc/config.asp"-->
  3. <%=timmb%><%=timemb%><%=mbname%><%=why%>
  4. <%'网吧用户IP自动登录
  5. function LockmbIP(sip)
  6. dim str1,str2,str3,str4
  7. dim num,csk
  8. lockmbIP=false
  9. if isnumeric(left(sip,2)) then
  10. str1=left(sip,instr(sip,".")-1)
  11. sip=mid(sip,instr(sip,".")+1)
  12. str2=left(sip,instr(sip,".")-1)
  13. sip=mid(sip,instr(sip,".")+1)
  14. str3=left(sip,instr(sip,".")-1)
  15. str4=mid(sip,instr(sip,".")+1)
  16. if isNumeric(str1)=0 or isNumeric(str2)=0 or isNumeric(str3)=0 or isNumeric(str4)=0 then
  17. else
  18. num=cint(str1)*256*256*256+cint(str2)*256*256+cint(str3)*256+cint(str4)-1
  19. sql20="select count(*) from goip where mbname<>'' and ip1 <="&num&" and ip2 >="&num&""
  20. set csk=conn.execute(sql20)
  21. Set csk3=Server.CreateObject("ADODB.Recordset")
  22. sql21="select * from goip where mbname<>'' and ip1 <="&num&" and ip2 >="&num&""
  23. csk3.open sql21,conn,1,3
  24. if csk3.eof and csk3.bof then
  25. else
  26. mbname=csk3("mbname")
  27. timmb=csk3("tim")
  28. timemb=csk3("time")
  29. why=csk3("why")
  30. sip1=csk3("sip1")
  31. sip2=csk3("sip2")
  32. end if
  33.             if csk(0)>0 then 
  34. lockmbIP=true
  35. end if
  36. set csk=nothing
  37. end if
  38. end if
  39. end function
  40. if LockmbIP(Request.ServerVariables("REMOTE_ADDR")) then
  41. if now() > timemb then
  42. response.write"<script>alert('您的网吧帐号已经到期请尽快续费!nn到期日期:"& timemb &"');window.close();</Script>"
  43. response.end
  44. end if
  45. dim sql
  46. dim rs
  47. articleid=request("film2")
  48. urlid=request("film1")
  49.    if articleid="" or urlid="" then
  50.    response.redirect "error.asp?id=4"
  51.    response.end
  52.    end if
  53. set rs=server.createobject("adodb.recordset") 
  54.    sql="select serverip,canlook,movietype,title,count from learning where articleid="&articleid 
  55.    rs.open sql,conn,1,1 
  56. serverip=rs("serverip")
  57.  set rsb=server.createobject("adodb.recordset") 
  58.    rsb.open "select * from tolook",conn,1,3 
  59.    rsb.addnew 
  60.    rsb("title")=rs("title") 
  61.    rsb("userip")=request.servervariables("remote_addr") 
  62.    rsb("userid")=mbname
  63.    rsb("lookordown")="网吧在线" 
  64.    rsb("looktime")=now()
  65.    rsb.update 
  66.    rsb.close 
  67.    set rsb=nothing 
  68.    response.cookies(""&urlid&"")="yes" 
  69.  %>
  70. <html>
  71. <head>
  72. <title>万众电影-播放器</title>
  73. <Script Language="JavaScript">
  74.     IEvar=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));
  75.     if(IEvar=="6.0")
  76.     {
  77.       ie6 = true;
  78.       width_add = 10;
  79.       height_add = 29;
  80.       jjjj = 5;
  81.       hand_add = -14;
  82.     }
  83.     else
  84.     {
  85.       ie6 = false;
  86.       width_add = 0;
  87.       height_add = 0;
  88.       jjjj = 0;
  89.       hand_add = 0;
  90.     }
  91.     b_width = 0;
  92.     b_height = 0;
  93.     
  94.     //屏蔽右键
  95.    function no_newwin(){
  96.            if((event.ctrlKey)&&(event.keyCode==78)){
  97.                    event.keyCode=0;
  98.                    event.returnValue=false;
  99.            }
  100.     }
  101.     function click()
  102.     {
  103.        return false;
  104.     }
  105.     document.oncontextmenu=click;
  106.     document.onmousemove=click;
  107.     document.ondragstart=doDragStart
  108.     function doDragStart() {event.returnValue=false}
  109.     //-----------------------------------------------------------------------------------------
  110.     var Real;
  111.     Real='rPlayer.';
  112.     var Mute=false;
  113.     var CanSetPos=true;
  114.     var SetPosStart=false;
  115.     var SetVolStart=false;
  116.     var loop, timer, initialised;
  117.     var speed=50;
  118.     var oldwidth=566,oldheight=502;
  119.     moveon=false;movelen=300;rm_tollen=0;timelen=0;volumlen=56;iScrollLength=140;
  120.     document.onmouseup=Total_Up;
  121.     function Total_Up(){
  122.         if(event.button!=2){
  123.             if(SetPosStart){
  124.                 setpos();
  125.                 ballmove();
  126.             }
  127.             if(SetVolStart) setvol();
  128.          }
  129.     }
  130.     function moves()
  131.     {
  132.         if(CanSetPos&&event.button!=2)
  133.         {
  134.             orix=event.x;
  135.             orileft=mblock.style.pixelLeft;
  136.             if(moveon)
  137.             {
  138.                 clearTimeout(balltime);
  139.             }
  140.             SetPosStart=true;
  141.         }
  142.         else
  143.           return false;
  144.     }
  145.     function ChangePos() {
  146.         newleft=event.x;
  147.         {
  148.             SetPosStart=false;
  149.             if (event.x < movelen+10)
  150.               newleft=event.x-10;
  151.             else
  152.               newleft=movelen-1;
  153.             if (event.x < 10)
  154.               newleft=0;
  155.             rm_tollen = GetLength();
  156.             rcp=Math.round((newleft/movelen)*rm_tollen);
  157.             SetPosition(rcp);
  158.             mblock.style.left = newleft;
  159.             play()
  160.         }
  161.     }
  162.     function movego()
  163.     {
  164.         if(SetPosStart)
  165.         {
  166.             newx=event.x;
  167.             disx=newx-orix;
  168.             newleft=orileft+disx;
  169.             if(newleft>-1&&newleft<movelen) mblock.style.left=newleft;
  170.         }
  171.     }
  172.     function setpos()
  173.     {
  174.         SetPosStart=false;
  175.         newleft=mblock.style.pixelLeft;
  176.         rm_tollen = GetLength();
  177.         rcp=Math.round((newleft/movelen)*rm_tollen);
  178.         SetPosition(rcp);
  179.     }
  180.     function vols()
  181.     {
  182.         if(event.button!=2)
  183.         {
  184.             orix=event.x;
  185.             orileft=vblock.style.pixelLeft;
  186.             SetVolStart=true;
  187.         }
  188.     }
  189.     function volgo()
  190.     {
  191.         if(SetVolStart)
  192.         {
  193.             newx=event.x;
  194.             disx=newx-orix;
  195.             newleft=orileft+disx;
  196.             if(newleft>5&&newleft<=volumlen) vblock.style.left=newleft;
  197.         }
  198.     }
  199.     function setvol()
  200.     {//设置音量
  201.         SetVolStart=false;
  202.         newleft=vblock.style.pixelLeft;
  203.         newvol=-(Math.round((volumlen-newleft)*2000/(volumlen-6)));
  204.         SetVolume(newvol);
  205.     }
  206.   function RealincreaseVolume(){
  207.   if(window.rPlayer!=null)
  208.     {
  209.     if(volumlen >= 100 )
  210.      volumlen = 100;
  211.     else
  212.         volumlen += 10;
  213.     rPlayer.SetVolume(volumlen);
  214.     }}
  215.    function RealdecreseVolume()
  216.   {
  217.    if(window.rPlayer!=null)
  218.     {
  219.     if(volumlen <= 0 )
  220.      volumlen = 0;
  221.     else
  222.         volumlen -= 10;
  223.     rPlayer.SetVolume(volumlen);
  224.     }}
  225.   
  226.     //-----------------------------------------------------------------------------------------
  227.     function ballmove()
  228.     {//移动进度条
  229.     movelen = movie.style.pixelWidth-20;
  230.     aa = rPlayer.GetPosition();
  231.     dd = rPlayer.Getlength();
  232.     if (rPlayer.FILENAME!="" && isFinite(Math.round(aa/dd*movelen)))
  233.     {
  234.       mblock.style.left = Math.round(aa/dd*movelen);
  235.     }
  236.     balltime = setTimeout('ballmove();',1000);
  237.     }
  238.     function SetPosition(Pos)
  239.     {
  240.         eval(Real+'SetPosition(Pos)');
  241.     }
  242.     function SetVolume(Pos)
  243.     {
  244.         eval(Real+'Volume=Pos');
  245.     }
  246.     function SetFastForward()
  247.     {
  248.         if (rPlayer.CanScan)
  249.             eval(Real+'FastForward()');
  250.     }
  251.     function SetFastReverse()
  252.     {
  253.         if (rPlayer.CanScan)
  254.             eval(Real+'FastReverse()');
  255.     }
  256. function GetLength()
  257.     {
  258.         return eval(Real+'GetLength()');
  259.     }
  260.     function GetPosition()
  261.     {
  262.         tt=eval(Real+'GetPosition()');
  263.         return tt*1000;
  264.     }
  265.     function SetMute(Status)
  266.     {
  267.         if (Status)
  268.         {
  269.             eval(Real+'Mute=true');
  270.         }
  271.         else
  272.             eval(Real+'Mute=false');
  273.         eval(Real+'Play()');
  274.     }
  275. function FastpositionSet() {
  276.   if(window.rPlayer!=null)
  277.   {
  278.      var iLength=rPlayer.GetLength();
  279.      var iPosition=rPlayer.GetPosition();
  280.  var FastPosition=iLength/20;
  281.  if ((iPosition+FastPosition)<=iLength) 
  282.  {
  283.    iPosition=iPosition+FastPosition;
  284.    rPlayer.SetPosition(iPosition);
  285.  }
  286.   }  
  287.   }  
  288. function BackpositionSet() {
  289.     if(window.rPlayer!=null)
  290.   {
  291.      var iLength=rPlayer.GetLength();
  292.      var iPosition=rPlayer.GetPosition();
  293.  var BackPosition=iLength/20;
  294.  if (iPosition>=BackPosition) 
  295.  {
  296.    iPosition=iPosition-BackPosition;
  297.    rPlayer.SetPosition(iPosition);
  298.  }
  299.   }
  300. }
  301.     function ClickSound(aa)
  302.     {
  303.         if (Mute)
  304.         {
  305.             Mute=false;
  306.             SetMute(Mute);
  307.             aa.src='image/toole_08_over.gif';
  308.         }
  309.         else
  310.         {
  311.             Mute=true;
  312.             SetMute(Mute);
  313.             aa.src='image/toole_08_down.gif';
  314.         }
  315.     }
  316.     //-------------------------------------------------
  317.     var PauseStatus = 0;
  318.     var Fill = false;
  319.     var Playing=true;
  320.     function Playorpasue()
  321.     {
  322.         if (Playing)
  323.         {
  324.             pause();
  325.         }
  326.         else
  327.         {
  328.             play();
  329.         }
  330.     }
  331.     function Stop() {
  332.         
  333.         {
  334.             rPlayer.DoStop();
  335.             if (Playing)
  336.             {
  337.                 Playing = false;
  338.             pp001.src = "image/toole_03.gif";
  339.              pp001.onmouseover=new Function("this.src = 'image/toole_03_over.gif'");
  340.              pp001.onmouseout=new Function("this.src = 'image/toole_03.gif'");
  341.             }
  342.             if (PauseStatus==0)
  343.             {
  344.                 PauseStatus = 1;
  345.             }
  346.             mblock.style.left=0;
  347.             
  348.         }
  349.     }
  350.     function pause(){
  351.             pp001.src = "image/toole_03.gif";
  352.             pp001.onmouseover=new Function("this.src = 'image/toole_03_over.gif'");
  353.             pp001.onmouseout=new Function("this.src = 'image/toole_03.gif'");
  354.         Playing = false;
  355.         
  356.         {
  357.            
  358.             {
  359.                 if (PauseStatus==0)
  360.                 {
  361.                     PauseStatus = 1;
  362.                 }
  363.                  rPlayer.DoPause();
  364.             }
  365.         }
  366.     }
  367.     function play(){
  368.             pp001.src = "image/toole_04.gif";
  369.             pp001.onmouseover=new Function("this.src = 'image/toole_04_over.gif'");
  370.             pp001.onmouseout=new Function("this.src = 'image/toole_04.gif'");
  371.         Playing = true;
  372.         
  373.         {
  374.             if (PauseStatus==1)
  375.             {
  376.                 PauseStatus = 0;
  377.             }
  378.              rPlayer.DoPlay();
  379.         }
  380.     }
  381.     
  382.     //---------------------------------------------------------------------------------
  383.     function DoFill()
  384.     {//最大化/还原窗口
  385.         if (Fill) 
  386.         {//还原窗口
  387.             window.moveTo((screen.width-b_width)/2,(screen.height-b_height)/2);
  388.             window.resizeTo(b_width+width_add,b_height+height_add);
  389.             fill001.src = "image/Header_06.gif";
  390.             Fill = false;
  391.             fill001.alt = "最大化";
  392.         }
  393.         else 
  394.         {//最大化窗口
  395.             window.moveTo(0,0);
  396.             b_width = document.body.clientWidth;
  397.             b_height = document.body.clientHeight;
  398.             window.resizeTo(screen.width,screen.height);
  399.             fill001.src = "image/Header_08.gif";
  400.             Fill = true;
  401.             fill001.alt = "还原";
  402.         }
  403.     }
  404.     function closewin()
  405.     {//关闭窗口
  406.       
  407.         rPlayer.DoStop();
  408.       window.close();
  409.     }
  410.     function DoFull()
  411.     {//全屏播放
  412.         eval(Real+'SetFullScreen()');
  413.     }
  414.     function DoMin() 
  415.     {//最小化窗口
  416.      oldwidth=window.screenLeft;
  417.     oldheight=window.screenTop;
  418.     window.moveTo(-2000,-2000);
  419.     window.attachEvent("onfocus",res);
  420.     }
  421.     function res() {
  422.      window.moveTo(oldwidth,oldheight);
  423.      window.detachEvent("onfocus",res)
  424.     }
  425.         </Script>
  426. <script language="VBScript">
  427. sub Mute
  428.    imagesrc=document.all("silent").src
  429.    singlechar=mid(imagesrc,instr(imagesrc,".gif")-1,1)
  430.    if singlechar="8" then
  431.        document.all("silent").src="image/toole_08_down.gif"
  432.        document.all("silent").alt="恢复"
  433.    else
  434.        document.all("silent").src="image/toole_08.gif"
  435.        document.all("silent").alt="静音"
  436.    end if
  437.    rPlayer.setMute(not rPlayer.GetMute())
  438. end sub
  439. </script>
  440. <script for="window" event="onresize" LANGUAGE="JavaScript">
  441. //改变窗口大小了限制
  442.         if (toole.style.display=='block' && ((document.body.clientWidth<440) || (document.body.clientHeight<300+hand_add)))
  443.         {
  444.            window.resizeTo(440+width_add,428+height_add+hand_add);
  445.         }
  446.         if (toole.style.display=='none' && ((document.body.clientWidth<262) || (document.body.clientHeight<252+hand_add)))
  447.         {
  448.            window.resizeTo(262+width_add,252+height_add+hand_add);
  449.         }
  450.         Image1.style.height = MP1.style.pixelHeight-24;
  451.     </script>
  452.     
  453. <SCRIPT FOR="rPlayer" EVENT="Buffering(bStart)" LANGUAGE="JavaScript">
  454.         if (bStart == 0){
  455.             Image1.style.visibility = "hidden";
  456.         }
  457.         else{
  458.             Image1.style.visibility = "visible";
  459.         }
  460.     </SCRIPT>
  461. <SCRIPT FOR="rPlayer" EVENT="PlayStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  462.         if (lNewState==0 || lNewState==8){
  463.             Playorpasue();
  464.         }
  465.     </SCRIPT>
  466. <SCRIPT FOR="rPlayer" EVENT="OpenStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  467.         if (lNewState==0){
  468.                 Playorpasue();
  469.         }
  470.     </SCRIPT>
  471. <SCRIPT FOR="rPlayer" EVENT="Error()" LANGUAGE="JavaScript">
  472.         if (rPlayer.ErrorCode==-1072889837)
  473.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到服务器,可能是网络问题,请重试。</font>";
  474.         if (rPlayer.ErrorCode==-2147220992)
  475.             Play_Mess.innerHTML="<font color="red" size=3>没有适当的解码器,请重试或安装新的微软播放器。</font>";
  476.         if (rPlayer.ErrorCode==-2147220945)
  477.             Play_Mess.innerHTML="<font color="red" size=3>文件格式错,请通知我们,我们将尽快进行维修。</font>";
  478.         if (rPlayer.ErrorCode==-1072889830)
  479.             Play_Mess.innerHTML="<font color="red" size=3>文件打不开,请通知我们,我们将尽快进行维修。</font>";
  480.         if (rPlayer.ErrorCode==-2146697211)
  481.             Play_Mess.innerHTML="<font color="red" size=3>无法访问这个服务器,可能是代理服务器不可用。</font>";
  482.         if (rPlayer.ErrorCode==-1072887822)
  483.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到一个广播频道。</font>";
  484.     </SCRIPT>
  485. <SCRIPT FOR="rPlayer" EVENT="Warning(lType, lParam, sDescription)" LANGUAGE="JScript">
  486.         Play_Mess.innerHTML="<font color="red" size=3>"+sDescription+"</font>";
  487.     </SCRIPT>
  488. <SCRIPT LANGUAGE="VBScript">
  489. Sub rplayer_OnBuffering(lFlags,lPercentage)
  490.   if (lPercentage=100) then
  491.   StartPlay=false
  492.   if (FirstPlay) then
  493.     Image1.style.visibility = "visible"
  494.   else
  495.     MP1.style.visibility = "visible"
  496.     Image1.style.visibility = "hidden"
  497.   end if
  498.   exit sub
  499.   end if
  500.     End Sub
  501.     Sub rplayer_OnErrorMessage(uSeverity, uRMACode, uUserCode, pUserString, pMoreInfoURL, pErrorString)    
  502. select case rPlayer.GetLastErrorRMACode()
  503. case -2147221496
  504.   window.alert("您的网络繁忙暂时中断!")
  505. case -2147221433,-2147221428,-2147221417,-2147217468
  506.   window.alert("您的网络繁忙暂时中断!")
  507. case else
  508.   window.alert("在线用户过多,服务器限制,请抢线或稍后观看!")
  509. end select
  510.     end sub
  511.     </SCRIPT>
  512. <script language="JavaScript">
  513.     var dragapproved=false;
  514.     var eventsource,x,y;
  515.     function move()
  516.     {//移动窗口
  517.       if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
  518.       {
  519.         top.window.moveBy(event.clientX-x, event.clientY-y);
  520.         return false;
  521.       }
  522.     }
  523.     function size()
  524.     {//改变窗口大小
  525.       if (event.button==1&&dragapproved) 
  526.       {
  527.         top.window.resizeTo(event.clientX+5+width_add-jjjj, event.clientY+5+height_add-jjjj);
  528.         return false;
  529.       }
  530.     }
  531.     function drags()
  532.     {
  533.       if (event.srcElement.className=="drag") //捕捉鼠标和被拖动元素的当前位置
  534.       {
  535.         dragapproved=true;
  536.         x=event.clientX;
  537.         y=event.clientY;
  538.         document.onmousemove=move;
  539.       }
  540.       if (event.srcElement.className=="rs001") //捕捉鼠标和被拖动元素的当前位置
  541.       {
  542.         dragapproved=true;
  543.         document.onmousemove=size;
  544.       }
  545.     }
  546.     document.onmousedown=drags;   //鼠标左键按下时,准备拖动
  547.     document.onmouseup=new Function("dragapproved=false");//鼠标左键放开时,拖动停止
  548.     function mini(type)
  549.     {//精简与正常窗口切换
  550.       if (type==1)
  551.       {
  552.         toole.style.display='none';
  553.         scroll01.style.display='none';
  554.         minitoole.style.display='block';
  555.         window.resizeTo(333+width_add,305+height_add+hand_add);
  556.       }
  557.       if (type==0)
  558.       {
  559.         toole.style.display='block';
  560.         scroll01.style.display='block';
  561.         minitoole.style.display='none';
  562.         window.resizeTo((440+width_add),428+height_add+hand_add);
  563.       }
  564.     }
  565.     //---------------------------------------------------------------------------------
  566.     //显示影片进度条时间
  567.     function scrollPositionMouseMove(obj, event)
  568.     {
  569.       iCurrentX=event.x;
  570.       if(parseInt(iCurrentX)>=movelen+20)
  571.         return;
  572.       if(window.MP1!=null)
  573.       {
  574.         iTotalTime=GetLength();
  575.         iPlayTime=parseInt(iCurrentX*iTotalTime/(movelen+20));
  576.         Hour=parseInt(iPlayTime/(60*60*1000));
  577.         Min=parseInt((iPlayTime-Hour*60*60*1000)/(60*1000));
  578.         Sec=parseInt((iPlayTime-Hour*60*60*1000-Min*60*1000)/1000);
  579.         if(String(Hour).length<2)
  580.           strHour="0"+String(Hour);
  581.         else
  582.           strHour=String(Hour);
  583.         if(String(Min).length<2)
  584.           strMin="0"+String(Min);
  585.         else
  586.           strMin=String(Min);
  587.         if(String(Sec).length<2)
  588.           strSec="0"+String(Sec);
  589.         else
  590.           strSec=+String(Sec);
  591.          
  592.         if(Hour!=0)
  593.          scrollInfo.replaceAdjacentText("afterBegin",strHour+":"+strMin+":"+strSec);
  594.         else
  595.          scrollInfo.replaceAdjacentText("afterBegin",strMin+":"+strSec);
  596.         scrollInfo.style.top=event.y+12;
  597.         scrollInfo.style.left=event.x+15;
  598.         scrollInfo.style.visibility = "visible";
  599.       }
  600.     }
  601.     function scrollPositionMouseOut()
  602.     {
  603.       scrollInfo.style.visibility = "hidden";
  604.     }
  605.     
  606.     //-------------------------------------------------------------------------------------
  607.     function onLond001()
  608.     {
  609.       setvol();
  610.       ballmove();
  611.     }
  612.     
  613.         </script>
  614.   
  615. </head>
  616. <body bgcolor="#000000" scroll="no" leftmargin="0" topmargin="0" onunLoad="init();" onLoad="onLond001();" onkeydown="no_newwin()">
  617. <center>
  618. <TABLE width="100%" height="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
  619. <TR>
  620. <TD colspan="3">
  621. <table id="mini_head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: block;" bordercolor="#111111" width="100%">
  622. <tr>
  623. <td background="image/mini_Header_02.gif">
  624. <img border="0" src="image/mini_Header_01.gif" width="4" height="6"></td>
  625. <td background="image/mini_Header_02.gif" align="right">
  626. <img border="0" src="image/mini_Header_03.gif" width="3" height="6"></td>
  627. </tr>
  628. </table>
  629. <table id="head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: none;" bordercolor="#111111" width="100%">
  630. <tr>
  631. <td background="image/Header_02.gif">
  632. <img border="0" src="image/Header_01.gif" width="135" height="20" onmouseover="this.style.cursor='move'" id="mydiv1" class="drag" alt="移动窗口"><img border="0" src="image/Header_03.gif" width="2" height="20"></td>
  633. <td background="image/Header_02.gif"></td>
  634. <td align="right" background="image/Header_02.gif">
  635. <img border="0" src="image/Header_07.gif" align="absmiddle" width="9" height="9" alt="最小化" onmousedown="DoMin()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="8" height="1"><img border="0" src="image/Header_06.gif" align="absmiddle" width="9" height="9" id="fill001" ALT="最大化" onmousedown="DoFill()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/Header_05.gif" align="absmiddle" width="9" height="9" ALT="关闭窗口" onmousedown="closewin()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="3" height="1"><img border="0" src="image/Header_04.gif" align="absmiddle" width="5" height="20" onmouseover="this.style.cursor='hand'"></td>
  636. </tr>
  637. </table>
  638. <Script language="JavaScript">
  639.       if (!ie6)
  640.       {
  641.         mini_head.style.display = "none";
  642.         head.style.display = "block";
  643.       }
  644. </Script>
  645. </TD>
  646. </TR>
  647. <TR>
  648. <TD background="image/player_01.gif"><IMG SRC="images/Spacer.gif" WIDTH="7" HEIGHT="1" id="left002"></TD>
  649. <TD><IMG SRC="image/1pix.gif" WIDTH="200" HEIGHT="1" id="temp002"></TD>
  650. <TD background="image/player_02.gif" style="background-position:right;"><IMG SRC="images/Spacer.gif" WIDTH="6" HEIGHT="1" id="right002"></TD>
  651. </TR>
  652. <TR>
  653. <TD background="image/player_01.gif" width="7" HEIGHT="99%" id="left001"></TD>
  654. <TD width="99%">
  655. <object ID="rPlayer" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="100%" WIDTH="100%">
  656.   <param name="_ExtentX" value="25982">
  657.   <param name="_ExtentY" value="2408">
  658.   <param name="AUTOSTART" value="-1">
  659.   <param name="SHUFFLE" value="0">
  660.   <param name="PREFETCH" value="0">
  661.   <param name="NOLABELS" value="0">
  662.   <param name="SRC" value="govodurl.asp?urlid=<%=urlid%>&amp;serverip=<%=serverip%>">
  663.   <param name="CONTROLS" value="ImageWindow">
  664.   <param name="CONSOLE" value="Clip1">
  665.   <param name="LOOP" value="0">
  666.   <param name="NUMLOOP" value="0">
  667.   <param name="CENTER" value="0">
  668.   <param name="MAINTAINASPECT" value="0">
  669.   <param name="BACKGROUNDCOLOR" value="#000000">
  670.   </object>
  671. <script language="javascript"> 
  672. rPlayer.SetEnableContextMenu(false);
  673. rPlayer.SetWantErrors(true);
  674.   </script>
  675. </TD>
  676. <TD background="image/player_02.gif" style="background-position:right;" width="6" HEIGHT="99%" id="right001"></TD>
  677. </TR>
  678. <tr>
  679. <td colspan="3">
  680. <table id="scroll01" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
  681. <tr>
  682. <td background="image/scroll_02.gif" width="3%">
  683. <img border="0" src="image/scroll_01.gif" width="3" height="15"></td>
  684. <td background="image/scroll_02.gif" width="2%" align="right">
  685. <img border="0" src="image/scroll_03.gif" width="2" height="15"></td>
  686. <td background="image/scroll_04.gif" width="70%">
  687. <DIV onmouseup="Total_Up()" onmousemove="scrollPositionMouseMove(this, event)" onmouseout="scrollPositionMouseOut()" onmousedown="ChangePos()" id="movie" style="CURSOR: hand; POSITION: relative; TOP: 1px; LEFT: 0px; WIDTH: 100%; HEIGHT: 8px"><DIV id="mblock" style="LEFT: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 8px"><IMG alt="播放进度" src="image/scroll_07.gif" width="20" height="8" border="0"></DIV>
  688. <DIV id="scrollInfo" style="BORDER: orange 1px ridge; FONT-SIZE: 9px; VISIBILITY: hidden; BACKGROUND: #c0c0c0; POSITION: absolute; zIndex: 9">00:00</DIV>
  689. </DIV>
  690. </td>
  691. <td background="image/scroll_02.gif" width="10%">
  692. <img border="0" src="image/scroll_05.gif" width="2" height="15"></td>
  693. <td align="center" background="image/scroll_02.gif" width="9%">
  694. <img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_09.gif" width="7" height="15" alt="左声道" onmousedown="rPlayer.Balance=-10000" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_10.gif" width="7" height="15" alt="立体声" onmousedown="rPlayer.Balance=0" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_11.gif" width="7" height="15" alt="右声道" onmousedown="rPlayer.Balance=10000" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"></td>
  695. <td align="right" background="image/scroll_02.gif" width="6%">
  696. <img border="0" src="image/scroll_06.gif" width="4" height="15"></td>
  697. </tr>
  698. </table>
  699. <table id="toole" border="0" cellpadding="0" cellspacing="0" style="display:block; border-collapse: collapse" bordercolor="#111111" width="100%" background="image/toole_02.gif">
  700. <tr>
  701. <td background="image/toole_02.gif">
  702. <img border="0" src="image/toole_01.gif" width="4" height="49"><img border="0" src="image/1pix.gif" width="10" height="1"><img id="pp001" border="0" src="image/toole_04.gif" width="36" height="49" ALT="播放" onmousedown="Playorpasue()" onmouseout="this.src='image/toole_04.gif'" onmouseover="this.src='image/toole_04_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_05.gif" width="25" height="49" ALT="停止" onmousedown="Stop()" onmouseout="this.src='image/toole_05.gif'" onmouseover="this.src='image/toole_05_over.gif';this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/toole_06.gif" width="25" height="49" ALT="快退" onmousedown="BackpositionSet()" onmouseout="this.src='image/toole_06.gif'" onmouseover="this.src='image/toole_06_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_07.gif" width="25" height="49" ALT="快进" onmousedown="FastpositionSet()" onmouseout="this.src='image/toole_07.gif'" onmouseover="this.src='image/toole_07_over.gif';this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="6" height="1"></td>
  703. <td background="image/toole_02.gif" align="right">
  704. <img src="image/toole_08.gif" style="cursor:hand;" alt="静音" name="silent" width="26" height="49" onclick="vbscript:Mute" border="0"></td>
  705. <td background="image/toole_02.gif" style="background-repeat: no-repeat;">
  706. <DIV onmouseup="Total_Up()" onmousemove="volgo()" id="volume" style="LEFT: 0px; WIDTH: 70px; POSITION: relative;HEIGHT: 23px" valgin="top" align="center"><DIV id="vblock"><IMG src="image/toole_16.gif" width="25" height="49" border="0" ALT="减小音量" onmousedown="RealdecreseVolume()" onmouseout="this.src='image/toole_16.gif'" onmouseover="this.src='image/toole_16_over.gif';this.style.cursor='hand'"><IMG src="image/toole_17.gif" width="25" height="49" border="0" ALT="增强音量" onmousedown="RealincreaseVolume()" onmouseout="this.src='image/toole_17.gif'" onmouseover="this.src='image/toole_17_over.gif';this.style.cursor='hand'"></DIV>
  707. </DIV>
  708. </td>
  709. <td background="image/toole_12.gif" style="background-repeat: no-repeat;">
  710. <MARQUEE id="Play_Mess" WIDTH="100" SCROLLAMOUNT="8" SCROLLDELAY="200" style="margin-left: 8; margin-right: 10;"><FONT color=#284717 size=2>万众电影欢迎您观看:<%=rs("title")%></FONT></MARQUEE>
  711. </td>
  712. <td background="image/toole_02.gif">
  713. <img border="0" src="image/1pix.gif" width="6" height="1"><img border="0" src="image/toole_09.gif" width="25" height="49" alt="全屏播放" onmousedown="DoFull()" onmouseout="this.src='image/toole_09.gif'" onmouseover="this.src='image/toole_09_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_10.gif" width="25" height="49" alt="精简模式" onclick="mini(1);" onmouseout="this.src='image/toole_10.gif'" onmouseover="this.src='image/toole_10_over.gif';this.style.cursor='hand'"></td>
  714. <td background="image/toole_02.gif" align="right">
  715. <img border="0" src="image/toole_13.gif" width="13" height="17" onmouseover="this.style.cursor='se-resize'" id="mydiv100" class="rs001" alt="改变窗口大小"><img border="0" src="image/toole_14.gif" width="4" height="49"></td>
  716. </tr>
  717. </table>
  718. <table id="minitoole" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display:none;" bordercolor="#111111" width="100%">
  719. <tr>
  720. <td width="33%" background="image/miniToole_02.gif">
  721. <img border="0" src="image/miniToole_01.gif" width="3" height="20"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_04.gif" width="18" height="20" ALT="播放" onmousedown="play()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_05.gif" width="18" height="20" ALT="暂停" onmousedown="pause()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_06.gif" width="18" height="20" ALT="停止" onmousedown="Stop()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_07.gif" width="18" height="20" ALT="快退" onmousedown="BackpositionSet()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_08.gif" width="18" height="20" ALT="快进" onmousedown="FastpositionSet()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_09.gif" width="33" height="20" alt="全屏播放" onmousedown="DoFull()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_10.gif" width="33" height="20" alt="正常模式" onclick="mini(0);" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"></td>
  722. <td width="33%" background="image/miniToole_02.gif">
  723. </td>
  724. <td width="34%" background="image/miniToole_02.gif" align="right">
  725. <img class="rs001" border="0" src="image/miniToole_12.gif" width="8" height="11" onmouseover="this.style.cursor='se-resize'" alt="改变窗口大小"><img border="0" src="image/miniToole_11.gif" width="3" height="20"></td>
  726. </tr>
  727. </table>
  728. </td>
  729. </tr>
  730. </TABLE>
  731. </center>
  732. </body>
  733. </html>
  734. <% 
  735. rs.close
  736. set rs=nothing
  737. rst.close
  738. set rst=nothing
  739. conn.close
  740. set conn=nothing
  741. %>
  742. <% response.end
  743.    end if
  744. if LockIP(Request.ServerVariables("REMOTE_ADDR")) then
  745. response.write"<script>alert('您的IP已经被限制不能访问本系统,请和管理员联系!!');window.close();</Script>"
  746. response.end
  747. end if
  748. '用户IP限制
  749. function LockIP(sip)
  750. dim str1,str2,str3,str4
  751. dim num
  752. LockIP=false
  753. if isnumeric(left(sip,2)) then
  754. str1=left(sip,instr(sip,".")-1)
  755. sip=mid(sip,instr(sip,".")+1)
  756. str2=left(sip,instr(sip,".")-1)
  757. sip=mid(sip,instr(sip,".")+1)
  758. str3=left(sip,instr(sip,".")-1)
  759. str4=mid(sip,instr(sip,".")+1)
  760. if isNumeric(str1)=0 or isNumeric(str2)=0 or isNumeric(str3)=0 or isNumeric(str4)=0 then
  761. else
  762. num=cint(str1)*256*256*256+cint(str2)*256*256+cint(str3)*256+cint(str4)-1
  763. sql="select count(*) from LockIP where ip1 <="&num&" and ip2 >="&num&""
  764. set rs_ip=conn.execute(sql)
  765. if rs_ip(0)>0 then 
  766. LockIP=true
  767. end if
  768. set rs_ip=nothing
  769. end if
  770. end if
  771. end function
  772.    i=0
  773.    articleid=request("film2")
  774.    urlid=request("film1")
  775.    if articleid="" or urlid="" then
  776.    response.redirect "error.asp?id=4"
  777.    response.end
  778.    end if
  779. if chkcookie(request.cookies("userid"))="" or request.cookies("password")="" then
  780. response.write "<script language=javascript>{window.alert('对不起,你还未登陆');window.open('login.asp');window.close();}</script>"
  781. response.end
  782.   else 
  783.  Set lrs= Server.CreateObject("ADODB.Recordset")
  784. sql="select * from online where username='"&Replace(request.cookies("userid"), "'", "''")&"'"
  785. lrs.open sql,conn,1,3
  786. if lrs.eof then
  787. onli=1
  788. end if
  789. sqll="select * from users where userid='"&Replace(request.cookies("userid"), "'", "''")&"'"
  790. set rsl=server.createobject("adodb.recordset")
  791. rsl.open sqll,conn,1,1
  792. if request.cookies("login")<>rsl("login") or onli=1 then
  793. response.write "<script language=javascript>{window.alert('对不起,你还未登陆');window.open('login.asp');window.close();}</script>"
  794. response.end
  795.    end if
  796.    end if
  797.    set rs=server.createobject("adodb.recordset")
  798.    sql="select serverip,canlook,movietype,title,count from learning where articleid="&articleid
  799.    rs.open sql,conn,1,1
  800.    set rst=server.createobject("adodb.recordset")
  801.    sql="select money,oklook,lasthits,usercount,baoyue from users where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
  802.    rst.open sql,conn,1,3
  803. if rst("baoyue")=1 then 
  804.    if rs("canlook")<>0 then
  805.    if now() > rst("money") then
  806. response.write"<script>alert('你没有包月或者你包月的时间已经到期!');window.close();</Script>"
  807. response.end
  808.     end if
  809.    end if
  810.  end if
  811.    serverip=rs("serverip")
  812.    if rs("canlook")>rst("oklook") and rst("baoyue")=1 then
  813. response.write"<script>alert('很抱歉你的用户等级不够,只有黄金会员和计点会员才可以在线观看!nn升级到黄金会员或者使用计点会员。');window.close();</Script>"
  814. response.end
  815.    end if
  816.    tdate=date()
  817.    if rst("lasthits")=tdate then
  818.    sql="update users set dnlook=dnlook+1,nlook=nlook+1 where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
  819.    conn.Execute(sql)
  820.    else
  821.    conn.Execute("update users set dnlook=1,lasthits='"&tdate&"' where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'")
  822.    end if
  823.    set rst=server.createobject("adodb.recordset")
  824.    sql="select money,nlook,oklook,lasthits,dnlook,baoyue,usercount from users where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
  825.    rst.open sql,conn,1,3
  826.    
  827.    if rst("baoyue")=0 then
  828.        set rsb00=server.createobject("adodb.recordset")
  829. rsb00.open "select * from tolook where title='"&rs("title")&"' and userid='"&request.cookies("userid")&"'",conn,1,3
  830. set rsb02=server.createobject("adodb.recordset")
  831. rsb02.open "select * from tolook where title='"&rs("title")&"' and userid='"&request.cookies("userid")&"'",conn,1,3
  832. do while not rsb02.eof
  833. i=i+1
  834. rsb02.movenext
  835. loop
  836. if rsb00.eof and rsb00.bof and rst("usercount")<rs("count") then
  837. response.write"<script>alert('你点数不够哦!请购买点数或者升级到包月会员后再进行下载吧!nn购买点数或者升级到黄金会员。');window.close();</Script>"
  838. response.end
  839. end if
  840. if rst("usercount")<rs("count") and i>4 then
  841. response.write"<script>alert('你点数不够哦!请购买点数或者升级到包月会员后再进行下载吧!nn购买点数或者升级到黄金会员。');window.close();</Script>"
  842. response.end
  843.    
  844. end if
  845. set rsb01=server.createobject("adodb.recordset")
  846. rsb01.open "select * from tolook where title='"&rs("title")&"' and userid='"&request.cookies("userid")&"'",conn,1,3
  847. if  rsb01.eof and rsb01.bof or i>4 then
  848. sql="update users set usercount=usercount-'"&rs("count")&"' where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
  849. conn.Execute(sql)
  850.    
  851. end if
  852. else
  853. if rst("oklook")<2 then
  854. if rst("dnlook")>pthy then '每天看10集
  855. response.write"<script>alert('你是普通会员今天观看已经超过"&pthy&"集!请明天再观看吧!nn重新续费12个月升级到黄金会员。');window.close();</Script>"
  856. response.end
  857. end if
  858. elseif rst("oklook")<3 then
  859. if rst("dnlook")>bjhy then '每天看15集
  860. response.write"<script>alert('你是白金会员今天观看已经超过"&bjhy&"集!请明天再观看吧!nn重新续费12个月升级到黄金会员。');window.close();</Script>"
  861. response.end
  862. end if
  863. elseif rst("oklook")<4 then
  864. if rst("dnlook")>hjhy then '每天看30集
  865. response.write"<script>alert('你是黄金会员今天观看已经超过"&hjhy&"集!请明天再观看吧!nn重新续费升级到钻石会员。');window.close();</Script>"
  866. response.end 
  867.    end if 
  868.    end if 
  869.    end if 
  870.  
  871.    set rsb=server.createobject("adodb.recordset") 
  872.    rsb.open "select * from tolook",conn,1,3 
  873.    rsb.addnew 
  874.    rsb("title")=rs("title") 
  875.    rsb("userip")=request.servervariables("remote_addr") 
  876.    rsb("userid")=chkcookie(request.cookies("userid")) 
  877.    rsb("lookordown")="在线" 
  878.    rsb("looktime")=now()
  879.    rsb.update 
  880.    rsb.close 
  881.    set rsb=nothing 
  882.    response.cookies(""&urlid&"")="yes" 
  883.  %>
  884. <html>
  885. <head>
  886. <title><%=homes%>-播放器</title>
  887. <Script Language="JavaScript">
  888.     IEvar=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));
  889.     if(IEvar=="6.0")
  890.     {
  891.       ie6 = true;
  892.       width_add = 10;
  893.       height_add = 29;
  894.       jjjj = 5;
  895.       hand_add = -14;
  896.     }
  897.     else
  898.     {
  899.       ie6 = false;
  900.       width_add = 0;
  901.       height_add = 0;
  902.       jjjj = 0;
  903.       hand_add = 0;
  904.     }
  905.     b_width = 0;
  906.     b_height = 0;
  907.     
  908.     //屏蔽右键
  909.    function no_newwin(){
  910.            if((event.ctrlKey)&&(event.keyCode==78)){
  911.                    event.keyCode=0;
  912.                    event.returnValue=false;
  913.            }
  914.     }
  915.     function click()
  916.     {
  917.        return false;
  918.     }
  919.     document.oncontextmenu=click;
  920.     document.onmousemove=click;
  921.     document.ondragstart=doDragStart
  922.     function doDragStart() {event.returnValue=false}
  923.     //-----------------------------------------------------------------------------------------
  924.     var Real;
  925.     Real='rPlayer.';
  926.     var Mute=false;
  927.     var CanSetPos=true;
  928.     var SetPosStart=false;
  929.     var SetVolStart=false;
  930.     var loop, timer, initialised;
  931.     var speed=50;
  932.     var oldwidth=566,oldheight=502;
  933.     moveon=false;movelen=300;rm_tollen=0;timelen=0;volumlen=56;iScrollLength=140;
  934.     document.onmouseup=Total_Up;
  935.     function Total_Up(){
  936.         if(event.button!=2){
  937.             if(SetPosStart){
  938.                 setpos();
  939.                 ballmove();
  940.             }
  941.             if(SetVolStart) setvol();
  942.          }
  943.     }
  944.     function moves()
  945.     {
  946.         if(CanSetPos&&event.button!=2)
  947.         {
  948.             orix=event.x;
  949.             orileft=mblock.style.pixelLeft;
  950.             if(moveon)
  951.             {
  952.                 clearTimeout(balltime);
  953.             }
  954.             SetPosStart=true;
  955.         }
  956.         else
  957.           return false;
  958.     }
  959.     function ChangePos() {
  960.         newleft=event.x;
  961.         {
  962.             SetPosStart=false;
  963.             if (event.x < movelen+10)
  964.               newleft=event.x-10;
  965.             else
  966.               newleft=movelen-1;
  967.             if (event.x < 10)
  968.               newleft=0;
  969.             rm_tollen = GetLength();
  970.             rcp=Math.round((newleft/movelen)*rm_tollen);
  971.             SetPosition(rcp);
  972.             mblock.style.left = newleft;
  973.             play()
  974.         }
  975.     }
  976.     function movego()
  977.     {
  978.         if(SetPosStart)
  979.         {
  980.             newx=event.x;
  981.             disx=newx-orix;
  982.             newleft=orileft+disx;
  983.             if(newleft>-1&&newleft<movelen) mblock.style.left=newleft;
  984.         }
  985.     }
  986.     function setpos()
  987.     {
  988.         SetPosStart=false;
  989.         newleft=mblock.style.pixelLeft;
  990.         rm_tollen = GetLength();
  991.         rcp=Math.round((newleft/movelen)*rm_tollen);
  992.         SetPosition(rcp);
  993.     }
  994.     function vols()
  995.     {
  996.         if(event.button!=2)
  997.         {
  998.             orix=event.x;
  999.             orileft=vblock.style.pixelLeft;
  1000.             SetVolStart=true;
  1001.         }
  1002.     }
  1003.     function volgo()
  1004.     {
  1005.         if(SetVolStart)
  1006.         {
  1007.             newx=event.x;
  1008.             disx=newx-orix;
  1009.             newleft=orileft+disx;
  1010.             if(newleft>5&&newleft<=volumlen) vblock.style.left=newleft;
  1011.         }
  1012.     }
  1013.     function setvol()
  1014.     {//设置音量
  1015.         SetVolStart=false;
  1016.         newleft=vblock.style.pixelLeft;
  1017.         newvol=-(Math.round((volumlen-newleft)*2000/(volumlen-6)));
  1018.         SetVolume(newvol);
  1019.     }
  1020.   function RealincreaseVolume(){
  1021.   if(window.rPlayer!=null)
  1022.     {
  1023.     if(volumlen >= 100 )
  1024.      volumlen = 100;
  1025.     else
  1026.         volumlen += 10;
  1027.     rPlayer.SetVolume(volumlen);
  1028.     }}
  1029.    function RealdecreseVolume()
  1030.   {
  1031.    if(window.rPlayer!=null)
  1032.     {
  1033.     if(volumlen <= 0 )
  1034.      volumlen = 0;
  1035.     else
  1036.         volumlen -= 10;
  1037.     rPlayer.SetVolume(volumlen);
  1038.     }}
  1039.   
  1040.     //-----------------------------------------------------------------------------------------
  1041.     function ballmove()
  1042.     {//移动进度条
  1043.     movelen = movie.style.pixelWidth-20;
  1044.     aa = rPlayer.GetPosition();
  1045.     dd = rPlayer.Getlength();
  1046.     if (rPlayer.FILENAME!="" && isFinite(Math.round(aa/dd*movelen)))
  1047.     {
  1048.       mblock.style.left = Math.round(aa/dd*movelen);
  1049.     }
  1050.     balltime = setTimeout('ballmove();',1000);
  1051.     }
  1052.     function SetPosition(Pos)
  1053.     {
  1054.         eval(Real+'SetPosition(Pos)');
  1055.     }
  1056.     function SetVolume(Pos)
  1057.     {
  1058.         eval(Real+'Volume=Pos');
  1059.     }
  1060.     function SetFastForward()
  1061.     {
  1062.         if (rPlayer.CanScan)
  1063.             eval(Real+'FastForward()');
  1064.     }
  1065.     function SetFastReverse()
  1066.     {
  1067.         if (rPlayer.CanScan)
  1068.             eval(Real+'FastReverse()');
  1069.     }
  1070. function GetLength()
  1071.     {
  1072.         return eval(Real+'GetLength()');
  1073.     }
  1074.     function GetPosition()
  1075.     {
  1076.         tt=eval(Real+'GetPosition()');
  1077.         return tt*1000;
  1078.     }
  1079.     function SetMute(Status)
  1080.     {
  1081.         if (Status)
  1082.         {
  1083.             eval(Real+'Mute=true');
  1084.         }
  1085.         else
  1086.             eval(Real+'Mute=false');
  1087.         eval(Real+'Play()');
  1088.     }
  1089. function FastpositionSet() {
  1090.   if(window.rPlayer!=null)
  1091.   {
  1092.      var iLength=rPlayer.GetLength();
  1093.      var iPosition=rPlayer.GetPosition();
  1094.  var FastPosition=iLength/20;
  1095.  if ((iPosition+FastPosition)<=iLength) 
  1096.  {
  1097.    iPosition=iPosition+FastPosition;
  1098.    rPlayer.SetPosition(iPosition);
  1099.  }
  1100.   }  
  1101.   }  
  1102. function BackpositionSet() {
  1103.     if(window.rPlayer!=null)
  1104.   {
  1105.      var iLength=rPlayer.GetLength();
  1106.      var iPosition=rPlayer.GetPosition();
  1107.  var BackPosition=iLength/20;
  1108.  if (iPosition>=BackPosition) 
  1109.  {
  1110.    iPosition=iPosition-BackPosition;
  1111.    rPlayer.SetPosition(iPosition);
  1112.  }
  1113.   }
  1114. }
  1115.     function ClickSound(aa)
  1116.     {
  1117.         if (Mute)
  1118.         {
  1119.             Mute=false;
  1120.             SetMute(Mute);
  1121.             aa.src='image/toole_08_over.gif';
  1122.         }
  1123.         else
  1124.         {
  1125.             Mute=true;
  1126.             SetMute(Mute);
  1127.             aa.src='image/toole_08_down.gif';
  1128.         }
  1129.     }
  1130.     //-------------------------------------------------
  1131.     var PauseStatus = 0;
  1132.     var Fill = false;
  1133.     var Playing=true;
  1134.     function Playorpasue()
  1135.     {
  1136.         if (Playing)
  1137.         {
  1138.             pause();
  1139.         }
  1140.         else
  1141.         {
  1142.             play();
  1143.         }
  1144.     }
  1145.     function Stop() {
  1146.         
  1147.         {
  1148.             rPlayer.DoStop();
  1149.             if (Playing)
  1150.             {
  1151.                 Playing = false;
  1152.             pp001.src = "image/toole_03.gif";
  1153.              pp001.onmouseover=new Function("this.src = 'image/toole_03_over.gif'");
  1154.              pp001.onmouseout=new Function("this.src = 'image/toole_03.gif'");
  1155.             }
  1156.             if (PauseStatus==0)
  1157.             {
  1158.                 PauseStatus = 1;
  1159.             }
  1160.             mblock.style.left=0;
  1161.             
  1162.         }
  1163.     }
  1164.     function pause(){
  1165.             pp001.src = "image/toole_03.gif";
  1166.             pp001.onmouseover=new Function("this.src = 'image/toole_03_over.gif'");
  1167.             pp001.onmouseout=new Function("this.src = 'image/toole_03.gif'");
  1168.         Playing = false;
  1169.         
  1170.         {
  1171.            
  1172.             {
  1173.                 if (PauseStatus==0)
  1174.                 {
  1175.                     PauseStatus = 1;
  1176.                 }
  1177.                  rPlayer.DoPause();
  1178.             }
  1179.         }
  1180.     }
  1181.     function play(){
  1182.             pp001.src = "image/toole_04.gif";
  1183.             pp001.onmouseover=new Function("this.src = 'image/toole_04_over.gif'");
  1184.             pp001.onmouseout=new Function("this.src = 'image/toole_04.gif'");
  1185.         Playing = true;
  1186.         
  1187.         {
  1188.             if (PauseStatus==1)
  1189.             {
  1190.                 PauseStatus = 0;
  1191.             }
  1192.              rPlayer.DoPlay();
  1193.         }
  1194.     }
  1195.     
  1196.     //---------------------------------------------------------------------------------
  1197.     function DoFill()
  1198.     {//最大化/还原窗口
  1199.         if (Fill) 
  1200.         {//还原窗口
  1201.             window.moveTo((screen.width-b_width)/2,(screen.height-b_height)/2);
  1202.             window.resizeTo(b_width+width_add,b_height+height_add);
  1203.             fill001.src = "image/Header_06.gif";
  1204.             Fill = false;
  1205.             fill001.alt = "最大化";
  1206.         }
  1207.         else 
  1208.         {//最大化窗口
  1209.             window.moveTo(0,0);
  1210.             b_width = document.body.clientWidth;
  1211.             b_height = document.body.clientHeight;
  1212.             window.resizeTo(screen.width,screen.height);
  1213.             fill001.src = "image/Header_08.gif";
  1214.             Fill = true;
  1215.             fill001.alt = "还原";
  1216.         }
  1217.     }
  1218.     function closewin()
  1219.     {//关闭窗口
  1220.       
  1221.         rPlayer.DoStop();
  1222.       window.close();
  1223.     }
  1224.     function DoFull()
  1225.     {//全屏播放
  1226.         eval(Real+'SetFullScreen()');
  1227.     }
  1228.     function DoMin() 
  1229.     {//最小化窗口
  1230.      oldwidth=window.screenLeft;
  1231.     oldheight=window.screenTop;
  1232.     window.moveTo(-2000,-2000);
  1233.     window.attachEvent("onfocus",res);
  1234.     }
  1235.     function res() {
  1236.      window.moveTo(oldwidth,oldheight);
  1237.      window.detachEvent("onfocus",res)
  1238.     }
  1239.         </Script>
  1240. <script language="VBScript">
  1241. sub Mute
  1242.    imagesrc=document.all("silent").src
  1243.    singlechar=mid(imagesrc,instr(imagesrc,".gif")-1,1)
  1244.    if singlechar="8" then
  1245.        document.all("silent").src="image/toole_08_down.gif"
  1246.        document.all("silent").alt="恢复"
  1247.    else
  1248.        document.all("silent").src="image/toole_08.gif"
  1249.        document.all("silent").alt="静音"
  1250.    end if
  1251.    rPlayer.setMute(not rPlayer.GetMute())
  1252. end sub
  1253. </script>
  1254. <script for="window" event="onresize" LANGUAGE="JavaScript">
  1255. //改变窗口大小了限制
  1256.         if (toole.style.display=='block' && ((document.body.clientWidth<440) || (document.body.clientHeight<300+hand_add)))
  1257.         {
  1258.            window.resizeTo(440+width_add,428+height_add+hand_add);
  1259.         }
  1260.         if (toole.style.display=='none' && ((document.body.clientWidth<262) || (document.body.clientHeight<252+hand_add)))
  1261.         {
  1262.            window.resizeTo(262+width_add,252+height_add+hand_add);
  1263.         }
  1264.         Image1.style.height = MP1.style.pixelHeight-24;
  1265.     </script>
  1266.     
  1267. <SCRIPT FOR="rPlayer" EVENT="Buffering(bStart)" LANGUAGE="JavaScript">
  1268.         if (bStart == 0){
  1269.             Image1.style.visibility = "hidden";
  1270.         }
  1271.         else{
  1272.             Image1.style.visibility = "visible";
  1273.         }
  1274.     </SCRIPT>
  1275. <SCRIPT FOR="rPlayer" EVENT="PlayStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  1276.         if (lNewState==0 || lNewState==8){
  1277.             Playorpasue();
  1278.         }
  1279.     </SCRIPT>
  1280. <SCRIPT FOR="rPlayer" EVENT="OpenStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  1281.         if (lNewState==0){
  1282.                 Playorpasue();
  1283.         }
  1284.     </SCRIPT>
  1285. <SCRIPT FOR="rPlayer" EVENT="Error()" LANGUAGE="JavaScript">
  1286.         if (rPlayer.ErrorCode==-1072889837)
  1287.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到服务器,可能是网络问题,请重试。</font>";
  1288.         if (rPlayer.ErrorCode==-2147220992)
  1289.             Play_Mess.innerHTML="<font color="red" size=3>没有适当的解码器,请重试或安装新的微软播放器。</font>";
  1290.         if (rPlayer.ErrorCode==-2147220945)
  1291.             Play_Mess.innerHTML="<font color="red" size=3>文件格式错,请通知我们,我们将尽快进行维修。</font>";
  1292.         if (rPlayer.ErrorCode==-1072889830)
  1293.             Play_Mess.innerHTML="<font color="red" size=3>文件打不开,请通知我们,我们将尽快进行维修。</font>";
  1294.         if (rPlayer.ErrorCode==-2146697211)
  1295.             Play_Mess.innerHTML="<font color="red" size=3>无法访问这个服务器,可能是代理服务器不可用。</font>";
  1296.         if (rPlayer.ErrorCode==-1072887822)
  1297.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到一个广播频道。</font>";
  1298.     </SCRIPT>
  1299. <SCRIPT FOR="rPlayer" EVENT="Warning(lType, lParam, sDescription)" LANGUAGE="JScript">
  1300.         Play_Mess.innerHTML="<font color="red" size=3>"+sDescription+"</font>";
  1301.     </SCRIPT>
  1302. <SCRIPT LANGUAGE="VBScript">
  1303. Sub rplayer_OnBuffering(lFlags,lPercentage)
  1304.   if (lPercentage=100) then
  1305.   StartPlay=false
  1306.   if (FirstPlay) then
  1307.     Image1.style.visibility = "visible"
  1308.   else
  1309.     MP1.style.visibility = "visible"
  1310.     Image1.style.visibility = "hidden"
  1311.   end if
  1312.   exit sub
  1313.   end if
  1314.     End Sub
  1315.     Sub rplayer_OnErrorMessage(uSeverity, uRMACode, uUserCode, pUserString, pMoreInfoURL, pErrorString)    
  1316. select case rPlayer.GetLastErrorRMACode()
  1317. case -2147221496
  1318.   window.alert("找不到影片源文件,请将这个错误告诉我们,我们会尽快修复!")
  1319. case -2147221433,-2147221428,-2147221417,-2147217468
  1320.   window.alert("您的网络繁忙暂时中断!")
  1321. case else
  1322.   window.alert("在线用户过多,服务器限制,请抢线或稍后观看!")
  1323. end select
  1324.     end sub
  1325.     </SCRIPT>
  1326. <script language="JavaScript">
  1327.     var dragapproved=false;
  1328.     var eventsource,x,y;
  1329.     function move()
  1330.     {//移动窗口
  1331.       if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
  1332.       {
  1333.         top.window.moveBy(event.clientX-x, event.clientY-y);
  1334.         return false;
  1335.       }
  1336.     }
  1337.     function size()
  1338.     {//改变窗口大小
  1339.       if (event.button==1&&dragapproved) 
  1340.       {
  1341.         top.window.resizeTo(event.clientX+5+width_add-jjjj, event.clientY+5+height_add-jjjj);
  1342.         return false;
  1343.       }
  1344.     }
  1345.     function drags()
  1346.     {
  1347.       if (event.srcElement.className=="drag") //捕捉鼠标和被拖动元素的当前位置
  1348.       {
  1349.         dragapproved=true;
  1350.         x=event.clientX;
  1351.         y=event.clientY;
  1352.         document.onmousemove=move;
  1353.       }
  1354.       if (event.srcElement.className=="rs001") //捕捉鼠标和被拖动元素的当前位置
  1355.       {
  1356.         dragapproved=true;
  1357.         document.onmousemove=size;
  1358.       }
  1359.     }
  1360.     document.onmousedown=drags;   //鼠标左键按下时,准备拖动
  1361.     document.onmouseup=new Function("dragapproved=false");//鼠标左键放开时,拖动停止
  1362.     function mini(type)
  1363.     {//精简与正常窗口切换
  1364.       if (type==1)
  1365.       {
  1366.         toole.style.display='none';
  1367.         scroll01.style.display='none';
  1368.         minitoole.style.display='block';
  1369.         window.resizeTo(333+width_add,305+height_add+hand_add);
  1370.       }
  1371.       if (type==0)
  1372.       {
  1373.         toole.style.display='block';
  1374.         scroll01.style.display='block';
  1375.         minitoole.style.display='none';
  1376.         window.resizeTo((440+width_add),428+height_add+hand_add);
  1377.       }
  1378.     }
  1379.     //---------------------------------------------------------------------------------
  1380.     //显示影片进度条时间
  1381.     function scrollPositionMouseMove(obj, event)
  1382.     {
  1383.       iCurrentX=event.x;
  1384.       if(parseInt(iCurrentX)>=movelen+20)
  1385.         return;
  1386.       if(window.MP1!=null)
  1387.       {
  1388.         iTotalTime=GetLength();
  1389.         iPlayTime=parseInt(iCurrentX*iTotalTime/(movelen+20));
  1390.         Hour=parseInt(iPlayTime/(60*60*1000));
  1391.         Min=parseInt((iPlayTime-Hour*60*60*1000)/(60*1000));
  1392.         Sec=parseInt((iPlayTime-Hour*60*60*1000-Min*60*1000)/1000);
  1393.         if(String(Hour).length<2)
  1394.           strHour="0"+String(Hour);
  1395.         else
  1396.           strHour=String(Hour);
  1397.         if(String(Min).length<2)
  1398.           strMin="0"+String(Min);
  1399.         else
  1400.           strMin=String(Min);
  1401.         if(String(Sec).length<2)
  1402.           strSec="0"+String(Sec);
  1403.         else
  1404.           strSec=+String(Sec);
  1405.          
  1406.         if(Hour!=0)
  1407.          scrollInfo.replaceAdjacentText("afterBegin",strHour+":"+strMin+":"+strSec);
  1408.         else
  1409.          scrollInfo.replaceAdjacentText("afterBegin",strMin+":"+strSec);
  1410.         scrollInfo.style.top=event.y+12;
  1411.         scrollInfo.style.left=event.x+15;
  1412.         scrollInfo.style.visibility = "visible";
  1413.       }
  1414.     }
  1415.     function scrollPositionMouseOut()
  1416.     {
  1417.       scrollInfo.style.visibility = "hidden";
  1418.     }
  1419.     
  1420.     //-------------------------------------------------------------------------------------
  1421.     function onLond001()
  1422.     {
  1423.       setvol();
  1424.       ballmove();
  1425.     }
  1426.     
  1427.         </script>
  1428.   
  1429. </head>
  1430. <body bgcolor="#000000" scroll="no" leftmargin="0" topmargin="0" onunLoad="init();" onLoad="onLond001();" onkeydown="no_newwin()">
  1431. <center>
  1432. <TABLE width="100%" height="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
  1433. <TR>
  1434. <TD colspan="3">
  1435. <table id="mini_head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: block;" bordercolor="#111111" width="100%">
  1436. <tr>
  1437. <td background="image/mini_Header_02.gif">
  1438. <img border="0" src="image/mini_Header_01.gif" width="4" height="6"></td>
  1439. <td background="image/mini_Header_02.gif" align="right">
  1440. <img border="0" src="image/mini_Header_03.gif" width="3" height="6"></td>
  1441. </tr>
  1442. </table>
  1443. <table id="head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: none;" bordercolor="#111111" width="100%">
  1444. <tr>
  1445. <td background="image/Header_02.gif">
  1446. <img border="0" src="image/Header_01.gif" width="135" height="20" onmouseover="this.style.cursor='move'" id="mydiv1" class="drag" alt="移动窗口"><img border="0" src="image/Header_03.gif" width="2" height="20"></td>
  1447. <td background="image/Header_02.gif"></td>
  1448. <td align="right" background="image/Header_02.gif">
  1449. <img border="0" src="image/Header_07.gif" align="absmiddle" width="9" height="9" alt="最小化" onmousedown="DoMin()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="8" height="1"><img border="0" src="image/Header_06.gif" align="absmiddle" width="9" height="9" id="fill001" ALT="最大化" onmousedown="DoFill()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/Header_05.gif" align="absmiddle" width="9" height="9" ALT="关闭窗口" onmousedown="closewin()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="3" height="1"><img border="0" src="image/Header_04.gif" align="absmiddle" width="5" height="20" onmouseover="this.style.cursor='hand'"></td>
  1450. </tr>
  1451. </table>
  1452. <Script language="JavaScript">
  1453.       if (!ie6)
  1454.       {
  1455.         mini_head.style.display = "none";
  1456.         head.style.display = "block";
  1457.       }
  1458. </Script>
  1459. </TD>
  1460. </TR>
  1461. <TR>
  1462. <TD background="image/player_01.gif"><IMG SRC="images/Spacer.gif" WIDTH="7" HEIGHT="1" id="left002"></TD>
  1463. <TD><IMG SRC="image/1pix.gif" WIDTH="200" HEIGHT="1" id="temp002"></TD>
  1464. <TD background="image/player_02.gif" style="background-position:right;"><IMG SRC="images/Spacer.gif" WIDTH="6" HEIGHT="1" id="right002"></TD>
  1465. </TR>
  1466. <TR>
  1467. <TD background="image/player_01.gif" width="7" HEIGHT="99%" id="left001"></TD>
  1468. <TD width="99%">
  1469. <object ID="rPlayer" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="100%" WIDTH="100%">
  1470.   <param name="_ExtentX" value="25982">
  1471.   <param name="_ExtentY" value="2408">
  1472.   <param name="AUTOSTART" value="-1">
  1473.   <param name="SHUFFLE" value="0">
  1474.   <param name="PREFETCH" value="0">
  1475.   <param name="NOLABELS" value="0">
  1476.   <param name="SRC" value="govodurl.asp?urlid=<%=urlid%>&amp;serverip=<%=serverip%>">
  1477.   <param name="CONTROLS" value="ImageWindow">
  1478.   <param name="CONSOLE" value="Clip1">
  1479.   <param name="LOOP" value="0">
  1480.   <param name="NUMLOOP" value="0">
  1481.   <param name="CENTER" value="0">
  1482.   <param name="MAINTAINASPECT" value="0">
  1483.   <param name="BACKGROUNDCOLOR" value="#000000">
  1484.   </object>
  1485. <script language="javascript"> 
  1486. rPlayer.SetEnableContextMenu(false);
  1487. rPlayer.SetWantErrors(true);
  1488.   </script>
  1489. </TD>
  1490. <TD background="image/player_02.gif" style="background-position:right;" width="6" HEIGHT="99%" id="right001"></TD>
  1491. </TR>
  1492. <tr>
  1493. <td colspan="3">
  1494. <table id="scroll01" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
  1495. <tr>
  1496. <td background="image/scroll_02.gif" width="3%">
  1497. <img border="0" src="image/scroll_01.gif" width="3" height="15"></td>
  1498. <td background="image/scroll_02.gif" width="2%" align="right">
  1499. <img border="0" src="image/scroll_03.gif" width="2" height="15"></td>
  1500. <td background="image/scroll_04.gif" width="70%">
  1501. <DIV onmouseup="Total_Up()" onmousemove="scrollPositionMouseMove(this, event)" onmouseout="scrollPositionMouseOut()" onmousedown="ChangePos()" id="movie" style="CURSOR: hand; POSITION: relative; TOP: 1px; LEFT: 0px; WIDTH: 100%; HEIGHT: 8px"><DIV id="mblock" style="LEFT: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 8px"><IMG alt="播放进度" src="image/scroll_07.gif" width="20" height="8" border="0"></DIV>
  1502. <DIV id="scrollInfo" style="BORDER: orange 1px ridge; FONT-SIZE: 9px; VISIBILITY: hidden; BACKGROUND: #c0c0c0; POSITION: absolute; zIndex: 9">00:00</DIV>
  1503. </DIV>
  1504. </td>
  1505. <td background="image/scroll_02.gif" width="10%">
  1506. <img border="0" src="image/scroll_05.gif" width="2" height="15"></td>
  1507. <td align="center" background="image/scroll_02.gif" width="9%">
  1508. <img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_09.gif" width="7" height="15" alt="左声道" onmousedown="rPlayer.Balance=-10000" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_10.gif" width="7" height="15" alt="立体声" onmousedown="rPlayer.Balance=0" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_11.gif" width="7" height="15" alt="右声道" onmousedown="rPlayer.Balance=10000" onmouseover="this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="1" height="1"><img border="0" src="image/scroll_08.gif" width="2" height="14"></td>
  1509. <td align="right" background="image/scroll_02.gif" width="6%">
  1510. <img border="0" src="image/scroll_06.gif" width="4" height="15"></td>
  1511. </tr>
  1512. </table>
  1513. <table id="toole" border="0" cellpadding="0" cellspacing="0" style="display:block; border-collapse: collapse" bordercolor="#111111" width="100%" background="image/toole_02.gif">
  1514. <tr>
  1515. <td background="image/toole_02.gif">
  1516. <img border="0" src="image/toole_01.gif" width="4" height="49"><img border="0" src="image/1pix.gif" width="10" height="1"><img id="pp001" border="0" src="image/toole_04.gif" width="36" height="49" ALT="播放" onmousedown="Playorpasue()" onmouseout="this.src='image/toole_04.gif'" onmouseover="this.src='image/toole_04_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_05.gif" width="25" height="49" ALT="停止" onmousedown="Stop()" onmouseout="this.src='image/toole_05.gif'" onmouseover="this.src='image/toole_05_over.gif';this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/toole_06.gif" width="25" height="49" ALT="快退" onmousedown="BackpositionSet()" onmouseout="this.src='image/toole_06.gif'" onmouseover="this.src='image/toole_06_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_07.gif" width="25" height="49" ALT="快进" onmousedown="FastpositionSet()" onmouseout="this.src='image/toole_07.gif'" onmouseover="this.src='image/toole_07_over.gif';this.style.cursor='hand'"><img border="0" src="image/1pix.gif" width="6" height="1"></td>
  1517. <td background="image/toole_02.gif" align="right">
  1518. <img src="image/toole_08.gif" style="cursor:hand;" alt="静音" name="silent" width="26" height="49" onclick="vbscript:Mute" border="0"></td>
  1519. <td background="image/toole_02.gif" style="background-repeat: no-repeat;">
  1520. <DIV onmouseup="Total_Up()" onmousemove="volgo()" id="volume" style="LEFT: 0px; WIDTH: 70px; POSITION: relative;HEIGHT: 23px" valgin="top" align="center"><DIV id="vblock"><IMG src="image/toole_16.gif" width="25" height="49" border="0" ALT="减小音量" onmousedown="RealdecreseVolume()" onmouseout="this.src='image/toole_16.gif'" onmouseover="this.src='image/toole_16_over.gif';this.style.cursor='hand'"><IMG src="image/toole_17.gif" width="25" height="49" border="0" ALT="增强音量" onmousedown="RealincreaseVolume()" onmouseout="this.src='image/toole_17.gif'" onmouseover="this.src='image/toole_17_over.gif';this.style.cursor='hand'"></DIV>
  1521. </DIV>
  1522. </td>
  1523. <td background="image/toole_12.gif" style="background-repeat: no-repeat;">
  1524. <MARQUEE id="Play_Mess" WIDTH="100" SCROLLAMOUNT="8" SCROLLDELAY="200" style="margin-left: 8; margin-right: 10;"><FONT color=#284717 size=2><%=homes%>欢迎您观看:<%=rs("title")%></FONT></MARQUEE>
  1525. </td>
  1526. <td background="image/toole_02.gif">
  1527. <img border="0" src="image/1pix.gif" width="6" height="1"><img border="0" src="image/toole_09.gif" width="25" height="49" alt="全屏播放" onmousedown="DoFull()" onmouseout="this.src='image/toole_09.gif'" onmouseover="this.src='image/toole_09_over.gif';this.style.cursor='hand'"><img border="0" src="image/toole_10.gif" width="25" height="49" alt="精简模式" onclick="mini(1);" onmouseout="this.src='image/toole_10.gif'" onmouseover="this.src='image/toole_10_over.gif';this.style.cursor='hand'"></td>
  1528. <td background="image/toole_02.gif" align="right">
  1529. <img border="0" src="image/toole_13.gif" width="13" height="17" onmouseover="this.style.cursor='se-resize'" id="mydiv100" class="rs001" alt="改变窗口大小"><img border="0" src="image/toole_14.gif" width="4" height="49"></td>
  1530. </tr>
  1531. </table>
  1532. <table id="minitoole" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display:none;" bordercolor="#111111" width="100%">
  1533. <tr>
  1534. <td width="33%" background="image/miniToole_02.gif">
  1535. <img border="0" src="image/miniToole_01.gif" width="3" height="20"><img border="0" src="image/1pix.gif" width="10" height="1"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_04.gif" width="18" height="20" ALT="播放" onmousedown="play()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_05.gif" width="18" height="20" ALT="暂停" onmousedown="pause()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_06.gif" width="18" height="20" ALT="停止" onmousedown="Stop()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_07.gif" width="18" height="20" ALT="快退" onmousedown="BackpositionSet()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_08.gif" width="18" height="20" ALT="快进" onmousedown="FastpositionSet()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_09.gif" width="33" height="20" alt="全屏播放" onmousedown="DoFull()" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_10.gif" width="33" height="20" alt="正常模式" onclick="mini(0);" onmouseover="this.style.cursor='hand'"><img border="0" src="image/miniToole_03.gif" width="6" height="20"><img border="0" src="image/miniToole_03.gif" width="6" height="20"></td>
  1536. <td width="33%" background="image/miniToole_02.gif">
  1537. </td>
  1538. <td width="34%" background="image/miniToole_02.gif" align="right">
  1539. <img class="rs001" border="0" src="image/miniToole_12.gif" width="8" height="11" onmouseover="this.style.cursor='se-resize'" alt="改变窗口大小"><img border="0" src="image/miniToole_11.gif" width="3" height="20"></td>
  1540. </tr>
  1541. </table>
  1542. </td>
  1543. </tr>
  1544. </TABLE>
  1545. </center>
  1546. </body>
  1547. </html>
  1548. <%
  1549. rs.close
  1550. set rs=nothing
  1551. rst.close
  1552. set rst=nothing
  1553. conn.close
  1554. set conn=nothing
  1555. %>