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

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="articleconn.asp"-->
  2.  <html>
  3. <head>
  4. <title>天空网络-电影系统演示站点-播放器</title>
  5. <Script Language="JavaScript">
  6. if(window.name!="天空网络-电影系统演示站点")
  7.     IEvar=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));
  8.     if(IEvar=="6.0")
  9.     {
  10.       ie6 = true;
  11.       width_add = 10;
  12.       height_add = 29;
  13.       jjjj = 5;
  14.       hand_add = -14;
  15.     }
  16.     else
  17.     {
  18.       ie6 = false;
  19.       width_add = 0;
  20.       height_add = 0;
  21.       jjjj = 0;
  22.       hand_add = 0;
  23.     }
  24.     b_width = 0;
  25.     b_height = 0;
  26.     
  27.     //屏蔽右键
  28.     function no_newwin(){
  29.            if((event.ctrlKey)&&(event.keyCode==78)){
  30.                    event.keyCode=0;
  31.                    event.returnValue=false;
  32.            }
  33.     }
  34.     function click()
  35.     {
  36.        return false;
  37.     }
  38.     document.oncontextmenu=click;
  39.     document.onmousemove=click;
  40.     document.ondragstart=doDragStart
  41.     function doDragStart() {event.returnValue=false}
  42.     //-----------------------------------------------------------------------------------------
  43.     var Real;
  44.     Real='mPlayer.';
  45.     var Mute=false;
  46.     var CanSetPos=true;
  47.     var SetPosStart=false;
  48.     var SetVolStart=false;
  49.     var loop, timer, initialised;
  50.     var speed=50;
  51.     var oldwidth=566,oldheight=502;
  52.     moveon=false;movelen=300;rm_tollen=0;timelen=0;volumlen=56;iScrollLength=140;
  53.     document.onmouseup=Total_Up;
  54.     function Total_Up(){
  55.         if(event.button!=2){
  56.             if(SetPosStart){
  57.                 setpos();
  58.                 ballmove();
  59.             }
  60.             if(SetVolStart) setvol();
  61.          }
  62.     }
  63.     function moves()
  64.     {
  65.         if(CanSetPos&&event.button!=2)
  66.         {
  67.             orix=event.x;
  68.             orileft=mblock.style.pixelLeft;
  69.             if(moveon)
  70.             {
  71.                 clearTimeout(balltime);
  72.             }
  73.             SetPosStart=true;
  74.         }
  75.         else
  76.           return false;
  77.     }
  78.     function ChangePos() {
  79.         newleft=event.x;
  80.         if ((newleft<movelen+20) && (newleft>=0) && (mPlayer.PlayState<=2) && (mPlayer.OpenState==6)) {
  81.             SetPosStart=false;
  82.             if (event.x < movelen+10)
  83.               newleft=event.x-10;
  84.             else
  85.               newleft=movelen-1;
  86.             if (event.x < 10)
  87.               newleft=0;
  88.             rm_tollen = GetLength();
  89.             rcp=Math.round((newleft/movelen)*rm_tollen);
  90.             SetPosition(rcp);
  91.             mblock.style.left = newleft;
  92.         }
  93.     }
  94.     function movego()
  95.     {
  96.         if(SetPosStart)
  97.         {
  98.             newx=event.x;
  99.             disx=newx-orix;
  100.             newleft=orileft+disx;
  101.             if(newleft>-1&&newleft<movelen) mblock.style.left=newleft;
  102.         }
  103.     }
  104.     function setpos()
  105.     {
  106.         SetPosStart=false;
  107.         newleft=mblock.style.pixelLeft;
  108.         rm_tollen = GetLength();
  109.         rcp=Math.round((newleft/movelen)*rm_tollen);
  110.         SetPosition(rcp);
  111.     }
  112.     function vols()
  113.     {
  114.         if(event.button!=2)
  115.         {
  116.             orix=event.x;
  117.             orileft=vblock.style.pixelLeft;
  118.             SetVolStart=true;
  119.         }
  120.     }
  121.     function volgo()
  122.     {
  123.         if(SetVolStart)
  124.         {
  125.             newx=event.x;
  126.             disx=newx-orix;
  127.             newleft=orileft+disx;
  128.             if(newleft>5&&newleft<=volumlen) vblock.style.left=newleft;
  129.         }
  130.     }
  131.     function setvol()
  132.     {//设置音量
  133.         SetVolStart=false;
  134.         newleft=vblock.style.pixelLeft;
  135.         newvol=-(Math.round((volumlen-newleft)*2000/(volumlen-6)));
  136.         SetVolume(newvol);
  137.     }
  138.     //-----------------------------------------------------------------------------------------
  139.     function ballmove()
  140.     {//移动进度条
  141.     movelen = movie.style.pixelWidth-20;
  142.     aa = mPlayer.CurrentPosition;
  143.     dd = mPlayer.Duration;
  144.     if (mPlayer.FILENAME!="" && isFinite(Math.round(aa/dd*movelen)))
  145.     {
  146.       mblock.style.left = Math.round(aa/dd*movelen);
  147.     }
  148.     balltime = setTimeout('ballmove();',1000);
  149.     }
  150.     function SetPosition(Pos)
  151.     {
  152.         eval(Real+'CurrentPosition='+Pos);
  153.     }
  154.     function SetVolume(Pos)
  155.     {
  156.         eval(Real+'Volume=Pos');
  157.     }
  158.     function SetFastForward()
  159.     {
  160.         if (mPlayer.CanScan)
  161.             eval(Real+'FastForward()');
  162.     }
  163.     function SetFastReverse()
  164.     {
  165.         if (mPlayer.CanScan)
  166.             eval(Real+'FastReverse()');
  167.     }
  168.     function SetMute(Status)
  169.     {
  170.         if (Status)
  171.         {
  172.             eval(Real+'Mute=true');
  173.         }
  174.         else
  175.             eval(Real+'Mute=false');
  176.         eval(Real+'Play()');
  177.     }
  178.     function GetLength()
  179.     {
  180.         return eval(Real+'Duration');
  181.     }
  182.     function GetPosition()
  183.     {
  184.         tt=eval(Real+'CurrentPosition');
  185.         return tt*1000;
  186.     }
  187.     function ClickSound(aa)
  188.     {
  189.         if (Mute)
  190.         {
  191.             Mute=false;
  192.             SetMute(Mute);
  193.             aa.src='image/toole_08_over.gif';
  194.         }
  195.         else
  196.         {
  197.             Mute=true;
  198.             SetMute(Mute);
  199.             aa.src='image/toole_08_down.gif';
  200.         }
  201.     }
  202.     //-------------------------------------------------
  203.     var PauseStatus = 0;
  204.     var Fill = false;
  205.     var Playing=true;
  206.     function Playorpasue()
  207.     {
  208.         if (Playing)
  209.         {
  210.             pp001.src = "image/toole_03.gif";
  211.             pp001.onmouseover=new Function("this.src = 'image/toole_03_over.gif'");
  212.             pp001.onmouseout=new Function("this.src = 'image/toole_03.gif'");
  213.             pause();
  214.         }
  215.         else
  216.         {
  217.             pp001.src = "image/toole_04.gif";
  218.             pp001.onmouseover=new Function("this.src = 'image/toole_04_over.gif'");
  219.             pp001.onmouseout=new Function("this.src = 'image/toole_04.gif'");
  220.             play();
  221.         }
  222.     }
  223.     function Stop() {
  224.         if (mPlayer.FILENAME!="")
  225.         {
  226.             mPlayer.Stop();
  227.             if (Playing)
  228.             {
  229.                 Playing = false;
  230.                 pp001.src = "image/toole_03.gif";
  231.             }
  232.             if (PauseStatus==0)
  233.             {
  234.                 PauseStatus = 1;
  235.             }
  236.             mblock.style.left=0;
  237.             mPlayer.CurrentPosition = 0;
  238.         }
  239.     }
  240.     function pause(){
  241.         Playing = false;
  242.         if (mPlayer.FILENAME!="")
  243.         {
  244.             if (mPlayer.PlayState==2 || mPlayer.OpenState==6)
  245.             {
  246.                 if (PauseStatus==0)
  247.                 {
  248.                     PauseStatus = 1;
  249.                 }
  250.                 if (mPlayer.PlayState != 0) mPlayer.Pause();
  251.             }
  252.         }
  253.     }
  254.     function play(){
  255.         Playing = true;
  256.         if (mPlayer.FILENAME!="")
  257.         {
  258.             if (PauseStatus==1)
  259.             {
  260.                 PauseStatus = 0;
  261.             }
  262.             if (mPlayer.CurrentPosition == mPlayer.Duration || mPlayer.CurrentPosition==0) mblock.style.left=0;
  263.             if (mPlayer.PlayState==0 || mPlayer.PlayState==1 || mPlayer.PlayState==8) mPlayer.Play();
  264.         }
  265.     }
  266.     
  267.     //---------------------------------------------------------------------------------
  268.     function DoFill()
  269.     {//最大化/还原窗口
  270.         if (Fill) 
  271.         {//还原窗口
  272.             window.moveTo((screen.width-b_width)/2,(screen.height-b_height)/2);
  273.             window.resizeTo(b_width+width_add,b_height+height_add);
  274.             fill001.src = "image/Header_06.gif";
  275.             Fill = false;
  276.             fill001.alt = "最大化";
  277.         }
  278.         else 
  279.         {//最大化窗口
  280.             window.moveTo(0,0);
  281.             b_width = document.body.clientWidth;
  282.             b_height = document.body.clientHeight;
  283.             window.resizeTo(screen.width,screen.height);
  284.             fill001.src = "image/Header_08.gif";
  285.             Fill = true;
  286.             fill001.alt = "还原";
  287.         }
  288.     }
  289.     function closewin()
  290.     {//关闭窗口
  291.       if (mPlayer.PlayState==2 || mPlayer.OpenState==3) 
  292.         mPlayer.Stop();
  293.       window.close();
  294.     }
  295.     function DoFull()
  296.     {//全屏播放
  297.         eval(Real+'DisplaySize=3');
  298.     }
  299.     function DoMin() 
  300.     {//最小化窗口
  301.      oldwidth=window.screenLeft;
  302.     oldheight=window.screenTop;
  303.     window.moveTo(-2000,-2000);
  304.     window.attachEvent("onfocus",res);
  305.     }
  306.     function res() {
  307.      window.moveTo(oldwidth,oldheight);
  308.      window.detachEvent("onfocus",res)
  309.     }
  310.         </Script>
  311. <script for="window" event="onresize" LANGUAGE="JavaScript">
  312. //改变窗口大小了限制
  313.         if (toole.style.display=='block' && ((document.body.clientWidth<440) || (document.body.clientHeight<300+hand_add)))
  314.         {
  315.            window.resizeTo(440+width_add,428+height_add+hand_add);
  316.         }
  317.         if (toole.style.display=='none' && ((document.body.clientWidth<262) || (document.body.clientHeight<252+hand_add)))
  318.         {
  319.            window.resizeTo(262+width_add,252+height_add+hand_add);
  320.         }
  321.         Image1.style.height = MP1.style.pixelHeight-24;
  322.     </script>
  323. <SCRIPT FOR="mPlayer" EVENT="Buffering(bStart)" LANGUAGE="JavaScript">
  324.         if (bStart == 0){
  325.             Image1.style.visibility = "hidden";
  326.         }
  327.         else{
  328.             Image1.style.visibility = "visible";
  329.         }
  330.     </SCRIPT>
  331. <SCRIPT FOR="mPlayer" EVENT="PlayStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  332.         if (lNewState==0 || lNewState==8){
  333.             Playorpasue();
  334.         }
  335.     </SCRIPT>
  336. <SCRIPT FOR="mPlayer" EVENT="OpenStateChange(lOldState, lNewState)" LANGUAGE="JavaScript">
  337.         if (lNewState==0){
  338.                 Playorpasue();
  339.         }
  340.     </SCRIPT>
  341. <SCRIPT FOR="mPlayer" EVENT="Error()" LANGUAGE="JScript">
  342.         if (mPlayer.ErrorCode==-1072889837)
  343.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到服务器,可能是网络问题,请重试。</font>";
  344.         if (mPlayer.ErrorCode==-2147220992)
  345.             Play_Mess.innerHTML="<font color="red" size=3>没有适当的解码器,请重试或安装新的微软播放器。</font>";
  346.         if (mPlayer.ErrorCode==-2147220945)
  347.             Play_Mess.innerHTML="<font color="red" size=3>文件格式错,请通知我们,我们将尽快进行维修。</font>";
  348.         if (mPlayer.ErrorCode==-1072889830)
  349.             Play_Mess.innerHTML="<font color="red" size=3>文件打不开,请通知我们,我们将尽快进行维修。</font>";
  350.         if (mPlayer.ErrorCode==-2146697211)
  351.             Play_Mess.innerHTML="<font color="red" size=3>无法访问这个服务器,可能是代理服务器不可用。</font>";
  352.         if (mPlayer.ErrorCode==-1072887822)
  353.             Play_Mess.innerHTML="<font color="red" size=3>无法连接到一个广播频道。</font>";
  354.     </SCRIPT>
  355. <SCRIPT FOR="mPlayer" EVENT="Warning(lType, lParam, sDescription)" LANGUAGE="JScript">
  356.         Play_Mess.innerHTML="<font color="red" size=3>"+sDescription+"</font>";
  357.     </SCRIPT>
  358. <script language="JavaScript">
  359.     var dragapproved=false;
  360.     var eventsource,x,y;
  361.     function move()
  362.     {//移动窗口
  363.       if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
  364.       {
  365.         top.window.moveBy(event.clientX-x, event.clientY-y);
  366.         return false;
  367.       }
  368.     }
  369.     function size()
  370.     {//改变窗口大小
  371.       if (event.button==1&&dragapproved) 
  372.       {
  373.         top.window.resizeTo(event.clientX+5+width_add-jjjj, event.clientY+5+height_add-jjjj);
  374.         return false;
  375.       }
  376.     }
  377.     function drags()
  378.     {
  379.       if (event.srcElement.className=="drag") //捕捉鼠标和被拖动元素的当前位置
  380.       {
  381.         dragapproved=true;
  382.         x=event.clientX;
  383.         y=event.clientY;
  384.         document.onmousemove=move;
  385.       }
  386.       if (event.srcElement.className=="rs001") //捕捉鼠标和被拖动元素的当前位置
  387.       {
  388.         dragapproved=true;
  389.         document.onmousemove=size;
  390.       }
  391.     }
  392.     document.onmousedown=drags;   //鼠标左键按下时,准备拖动
  393.     document.onmouseup=new Function("dragapproved=false");//鼠标左键放开时,拖动停止
  394.     function mini(type)
  395.     {//精简与正常窗口切换
  396.       if (type==1)
  397.       {
  398.         toole.style.display='none';
  399.         scroll01.style.display='none';
  400.         minitoole.style.display='block';
  401.         window.resizeTo(333+width_add,305+height_add+hand_add);
  402.       }
  403.       if (type==0)
  404.       {
  405.         toole.style.display='block';
  406.         scroll01.style.display='block';
  407.         minitoole.style.display='none';
  408.         window.resizeTo((440+width_add),428+height_add+hand_add);
  409.       }
  410.     }
  411.     //---------------------------------------------------------------------------------
  412.     //显示影片进度条时间
  413.     function scrollPositionMouseMove(obj, event)
  414.     {
  415.       iCurrentX=event.x;
  416.       if(parseInt(iCurrentX)>=movelen+20)
  417.         return;
  418.       if(window.MP1!=null)
  419.       {
  420.         iTotalTime=GetLength();
  421.         iPlayTime=parseInt(iCurrentX*iTotalTime/(movelen+20));
  422.         Hour=parseInt(iPlayTime/(60*60));
  423.         Min=parseInt((iPlayTime-Hour*60*60)/60);
  424.         Sec=parseInt(iPlayTime-Hour*60*60-Min*60);
  425.         if(String(Hour).length<2)
  426.           strHour="0"+String(Hour);
  427.         else
  428.           strHour=String(Hour);
  429.         if(String(Min).length<2)
  430.           strMin="0"+String(Min);
  431.         else
  432.           strMin=String(Min);
  433.         if(String(Sec).length<2)
  434.           strSec="0"+String(Sec);
  435.         else
  436.           strSec=+String(Sec);
  437.          
  438.         if(Hour!=0)
  439.          scrollInfo.replaceAdjacentText("afterBegin",strHour+":"+strMin+":"+strSec);
  440.         else
  441.          scrollInfo.replaceAdjacentText("afterBegin",strMin+":"+strSec);
  442.         scrollInfo.style.top=event.y+12;
  443.         scrollInfo.style.left=event.x+15;
  444.         scrollInfo.style.visibility = "visible";
  445.       }
  446.     }
  447.     function scrollPositionMouseOut()
  448.     {
  449.       scrollInfo.style.visibility = "hidden";
  450.     }
  451.     
  452.     //-------------------------------------------------------------------------------------
  453.     function onLond001()
  454.     {
  455.       setvol();
  456.       ballmove();
  457.     }
  458.     
  459.         </script>
  460.         <%
  461.    dim sql
  462.    dim rs
  463.    articleid=request("film2")
  464.    urlid=request("film1")
  465.    set rs=server.createobject("adodb.recordset")
  466.    sql="select serverip,canlook,movietype,title from learning where articleid="&articleid
  467.    rs.open sql,conn,1,1
  468.    serverip=rs("serverip")
  469.    conn.Execute(sql)     
  470.    
  471.    session("oklook")="yes"
  472. %>
  473. </head>
  474. <body bgcolor="#000000" scroll="no" leftmargin="0" topmargin="0" onunLoad="init();" onLoad="onLond001();" onkeydown="no_newwin()">
  475. <center>
  476.    <%
  477.    set rst=server.createobject("adodb.recordset")
  478.    sql="select url from movieurl where id="&urlid
  479.    rst.open sql,conn,1,1
  480.    real=rst("url")
  481.    set rst=server.createobject("adodb.recordset")
  482.    sql="select * from movie where id="&serverip
  483.    rst.open sql,conn,1,1
  484.     %>
  485. <TABLE width="100%" height="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
  486. <TR>
  487. <TD colspan="3">
  488. <table id="mini_head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: block;" bordercolor="#111111" width="100%">
  489. <tr>
  490. <td background="image/mini_Header_02.gif">
  491. <img border="0" src="image/mini_Header_01.gif" width="4" height="6"></td>
  492. <td background="image/mini_Header_02.gif" align="right">
  493. <img border="0" src="image/mini_Header_03.gif" width="3" height="6"></td>
  494. </tr>
  495. </table>
  496. <table id="head" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display: none;" bordercolor="#111111" width="100%">
  497. <tr>
  498. <td background="image/Header_02.gif">
  499. <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>
  500. <td background="image/Header_02.gif"></td>
  501.                                 <td align="right" background="image/Header_02.gif">
  502.                         <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="8"><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>
  503. </tr>
  504. </table>
  505. <Script language="JavaScript">
  506.       if (!ie6)
  507.       {
  508.         mini_head.style.display = "none";
  509.         head.style.display = "block";
  510.       }
  511. </Script>
  512. </TD>
  513. </TR>
  514. <TR>
  515. <TD background="image/player_01.gif"><IMG SRC="images/Spacer.gif" WIDTH="7" HEIGHT="1" id="left002"></TD>
  516. <TD><IMG SRC="image/1pix.gif" WIDTH="200" HEIGHT="1" id="temp002"></TD>
  517. <TD background="image/player_02.gif" style="background-position:right;"><IMG SRC="images/Spacer.gif" WIDTH="6" HEIGHT="1" id="right002"></TD>
  518. </TR>
  519. <TR>
  520. <TD background="image/player_01.gif" width="7" HEIGHT="99%" id="left001"></TD>
  521. <TD width="99%">
  522.     <DIV id="Image1" style="HEIGHT: 93%; POSITION: absolute; TOP: 21pix; Left: 8pix; VISIBILITY:  visible; WIDTH: 100%; Z-INDEX: 2;">
  523. <img src="image/loading.gif" border=0 width=100% height=100% >
  524. </DIV>
  525. <DIV id="MP1" style="HEIGHT: 100%; POSITION: relative; TOP: 0px; VISIBILITY: visible; WIDTH: 100%; Z-INDEX: 1;">
  526. <object id="mPlayer" width="100%" height="100%" type="application/x-oleobject" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CodeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" Standby="加载 Microsoft Windows Media Player 组件..." VIEWASTEXT>
  527. <PARAM NAME="FILENAME" value="<%=rst("ipsip")%><%=rst("movie")%><%=real%>">
  528. <PARAM NAME="ShowControls" VALUE="false">
  529. <PARAM NAME="AutoStart" VALUE="true">
  530. <PARAM NAME="Enabled" VALUE="true">
  531. <PARAM NAME="EnableContextMenu" VALUE="false">
  532. <PARAM NAME="ClickToPlay" VALUE="false">
  533. <PARAM NAME="stretchToFit" VALUE="1">
  534. <PARAM NAME="ShowStatusBar" VALUE="True">
  535. <PARAM NAME="AllowChangeDisplaySize" VALUE="true">
  536. <PARAM NAME="Volume" VALUE="0">
  537. <PARAM NAME="SendOpenStateChangeEvents" VALUE="True">
  538. <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
  539. <PARAM NAME="AnimationAtStart" VALUE="false">
  540. <PARAM NAME="Balance" VALUE="-600">
  541. <PARAM NAME="BaseURL" VALUE="">
  542. <PARAM NAME="CaptioningID" VALUE="">
  543. <PARAM NAME="CursorType" VALUE="32512">
  544. <PARAM NAME="CurrentMarker" VALUE="0">
  545. <PARAM NAME="DefaultFrame" VALUE="">
  546. <PARAM NAME="DisplayMode" VALUE="1">
  547. <PARAM NAME="DisplaySize" VALUE="4">
  548. <PARAM NAME="EnableFullScreenControls" VALUE="0">
  549. <PARAM NAME="InvokeURLs" VALUE="-1">
  550. <PARAM NAME="PreviewMode" VALUE="0">
  551. <PARAM NAME="Rate" VALUE="1">
  552. <PARAM NAME="SAMILang" VALUE="">
  553. <PARAM NAME="SAMIStyle" VALUE="">
  554. <PARAM NAME="SAMIFileName" VALUE="">
  555. <PARAM NAME="ShowDisplay" VALUE="0">
  556. <PARAM NAME="TransparentAtStart" VALUE="1">
  557. <PARAM NAME="VideoBorderWidth" VALUE="0">
  558. <PARAM NAME="VideoBorderColor" VALUE="0">
  559. <PARAM NAME="VideoBorder3D" VALUE="0">
  560. <PARAM NAME="WindowlessVideo" VALUE="0">
  561. </object>
  562. </DIV>
  563. </TD>
  564. <TD background="image/player_02.gif" style="background-position:right;" width="6" HEIGHT="99%" id="right001"></TD>
  565. </TR>
  566. <tr>
  567. <td colspan="3">
  568. <table id="scroll01" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
  569. <tr>
  570. <td background="image/scroll_02.gif" width="3%">
  571. <img border="0" src="image/scroll_01.gif" width="3" height="15"></td>
  572. <td background="image/scroll_02.gif" width="2%" align="right">
  573. <img border="0" src="image/scroll_03.gif" width="2" height="15"></td>
  574. <td background="image/scroll_04.gif" width="70%">
  575. <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>
  576. <DIV id="scrollInfo" style="BORDER: orange 1px ridge; FONT-SIZE: 9px; VISIBILITY: hidden; BACKGROUND: #c0c0c0; POSITION: absolute; zIndex: 9">00:00</DIV>
  577. </DIV>
  578. </td>
  579. <td background="image/scroll_02.gif" width="10%">
  580. <img border="0" src="image/scroll_05.gif" width="2" height="15"></td>
  581. <td align="center" background="image/scroll_02.gif" width="9%">
  582. <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="mPlayer.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="mPlayer.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="mPlayer.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>
  583. <td align="right" background="image/scroll_02.gif" width="6%">
  584. <img border="0" src="image/scroll_06.gif" width="4" height="15"></td>
  585. </tr>
  586. </table>
  587. <table id="toole" border="0" cellpadding="0" cellspacing="0" style="display:block; border-collapse: collapse" bordercolor="#111111" width="100%" background="image/toole_02.gif">
  588. <tr>
  589. <td background="image/toole_02.gif">
  590. <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="26" height="49" ALT="快退" onmousedown="SetFastReverse()" 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="SetFastForward()" 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>
  591. <td background="image/toole_02.gif" align="right">
  592. <img border="0" src="image/toole_08.gif" width="26" height="49" ALT="闭音" onmousedown="ClickSound(this)" onmouseout="if (!Mute){this.src='image/toole_08.gif'}" onmouseover="if (!Mute){this.src='image/toole_08_over.gif';}this.style.cursor='hand'"></td>
  593. <td background="image/toole_11.gif" style="background-repeat: no-repeat;">
  594. <DIV onmouseup="Total_Up()" onmousemove="volgo()" id="volume" style="LEFT: 0px; WIDTH: 70px; POSITION: relative; TOP: 1px; HEIGHT: 23px" valgin="top"><DIV id="vblock" style="LEFT: 35px; POSITION: absolute; TOP: 0px; HEIGHT: 17px"><IMG onmousedown="vols()" style="CURSOR: hand" alt="声音调节" src="image/toole_15.gif" width="9" height="17" border="0"></DIV>
  595. </DIV>
  596. </td>
  597. <td background="image/toole_12.gif" style="background-repeat: no-repeat;">
  598. <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>
  599. </td>
  600. <td background="image/toole_02.gif">
  601. <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>
  602. <td background="image/toole_02.gif" align="right">
  603. <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>
  604. </tr>
  605. </table>
  606. <table id="minitoole" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; display:none;" bordercolor="#111111" width="100%">
  607. <tr>
  608. <td width="33%" background="image/miniToole_02.gif">
  609. <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="SetFastReverse()" 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="SetFastForward()" 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>
  610. <td width="33%" background="image/miniToole_02.gif">
  611. </td>
  612. <td width="34%" background="image/miniToole_02.gif" align="right">
  613. <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>
  614. </tr>
  615. </table>
  616. </td>
  617. </tr>
  618. </table>
  619. </center>
  620. </body>
  621. </html>