|

楼主 |
发表于 2007-12-30 18:42:48
|
显示全部楼层
目标网页源码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="keywords" content="北辰影视.火影忍者">
<meta name="description" content="播放电影">
<link href="../images/include/player/index.css" rel="stylesheet" type="text/css">
<script src="../index/atclick.asp?id=1016"></script>
<title>您正在收看影片《火影忍者》全集</title>
</head>
<body leftmargin="0" topmargin="0">
<EMBED NAME=RealObj SRC="test.rpm" height=80% width=100% CONSOLE=one CONTROLS=ImageWindow MAINTAINASPECT=true><br>
<object id=WMPObj classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height=80% width=100% viewastext=""
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" style="display:none">
<param name="URL" value="">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="false">
<PARAM NAME="showControls" VALUE="true">
</object>
<Object id="BoBo" width=100% height=22 classid='clsid:EC0978ED-24E3-403C-AB7A-060E388553E6' codebase='http://www.17bobo.com/Software/BoBo_ActiveX_V3.ocx'>
<PARAM NAME="MaxLinkCount" VALUE=100>
<PARAM NAME="MaxCacheTimeS" VALUE=100>
<PARAM NAME="MinCacheTimeS" VALUE=50>
<PARAM NAME="MaxCacheSizeMB" VALUE=100>
<PARAM NAME="MaxDownloadKbps" VALUE=0>
<PARAM NAME="MaxUploadKbps" VALUE=0>
<PARAM NAME="TextAd" VALUE="BoBo">
<PARAM NAME="RealMediaType" VALUE=".mp4,.mp3">
<PARAM NAME="AllowDrag" VALUE=1>
<PARAM NAME="ActName" VALUE="mm_disd_6/连续剧/火影忍者/006.rmvb?Sc918f715__854b0_17_6ff7_687">
</Object><br>
<EMBED SRC="test.rpm" width=100% HEIGHT=30 CONSOLE=one CONTROLS=ControlPanel NOJAVA=true MAINTAINASPECT=true style="display:inline">
<EMBED SRC="plugin.rpm" WIDTH=120 HEIGHT=30 NOJAVA=true CONTROLS=PositionField CONSOLE=one>
<script>
var urls='连续剧/火影忍者/001.rmvb';
var bWMPs = true;
if( urls.indexOf( ".rmvb" ) > 0 ){bWMPs = false;}
else if( urls.indexOf( ".rm" ) > 0 ){bWMPs = false;}
if(bWMPs){document.all.rmfull.style.display="none";}
</script>
</body>
</html>
我采集<title></title> 和<PARAM NAME="ActName" VALUE=" ">
中间的内容 |
|