http://219.144.186.220/flx/1/content.htm打开上面网址,播放课件,我只能下载讲課的那个视频到硬盘上,但右边的文档不行,我該怎样才能存下來?那个文挡到底在哪才能找到?

解决方案 »

  1.   

    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>VGA Frame</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="Microsoft Border" content="none">
    <style>
    A:link { text-decoration:none;  }
    A:visited { text-decoration: none;  }
    A:active { text-decoration:none;  }
    A:hover { text-decoration:none; font-weight: bold; color: rgb(255,255,0) }
    </style>
    <script language="javascript">
    if (window.name != "RightFrame") location = "content.htm";
    </script>
    </head><script language="javascript" FOR="VGAPlayer" EVENT="OnSkip(Seconds)">
      parent.LeftupFrame.MediaPlayer.Controls.CurrentPosition = Seconds;
    </Script><script language="javascript" FOR="window" EVENT="onload">
    //Load VGA File
    Dir = new String(location);
    Dir = Dir.substring(0, Dir.length - 10);
    VGAPlayer.Open(Dir + 'Screen.vga');
    </script><body bgcolor="#000000">
            <p>
            <object classid="clsid:339C1EE2-1029-46B8-81F1-360217F26FC4" id="VGAPlayer" style='position: absolute; top: 0; left: 0' codebase="VGAPlayer.cab#version=3,0,1,648" width="100%" height="100%">
              <param name="Visible" value="-1">
              <param name="AutoScroll" value="0">
              <param name="AutoSize" value="0">
              <param name="AxBorderStyle" value="1">
              <param name="Caption" value="ZoomPic">
              <param name="Color" value="2147483663">
              <param name="Font" value="MS Sans Serif">
              <param name="KeyPreview" value="0">
              <param name="PixelsPerInch" value="96">
              <param name="PrintScale" value="1">
              <param name="Scaled" value="-1">
              <param name="DropTarget" value="0">
              <param name="HelpFile" value>
              <param name="DoubleBuffered" value="0">
              <param name="Enabled" value="-1">
              <param name="Cursor" value="0">
            </object>
            </p>
    </body>
    </html>
      

  2.   

    Dir = new String(location);
    Dir = Dir.substring(0, Dir.length - 10);
    VGAPlayer.Open(Dir + 'Screen.vga');location = "content.htm"
      

  3.   

    content.htm
    mscreen.vga应该是这个文件,不过你要把前面的一些地址加上就好了,还好深夜问题回答的不多*^_^*