高手,请帮忙找出电影链接,加分还送免费电影网址!!!!

zwindw 2004-10-12 10:15:19
高手,好。下面是一个在线电影的源文件。你能找出来电影的准确链接吗?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<SCRIPT src=js/ml.js></script>
<SCRIPT event="PlayStateChange(lOldState, lNewState)" for="NSPlay" language="JScript">
if (lNewState==2){
movelen=GetLength();
changeseek();
}
</SCRIPT>
<SCRIPT event="EndOfStream(lResult)" for="NSPlay" language="JScript">
DoStop()
</SCRIPT>
</head>
<body scroll=no topmargin="0" leftmargin="0" bgcolor="#000000" onload="player_play()" oncontextmenu="return false">
<div align="center">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="100%" height="100%" align="left" valign="top">

<table width="523" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="mplaynew/Mplay_top.gif" width="523" height="19"></td>
</tr>
</table>
<table width="523" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="19"><img src="mplaynew/Mplay_left.gif" width="19" height="290"></td>
<td align="middle">
<SCRIPT src=js/media2.js></script></td>
<td width="7"><img src="mplaynew/Mplay_right.gif" width="7" height="290"></td>
</tr>
</table>
<table width="523" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="45"><img src="mplaynew/Mplay_bottom.gif" width="523" height="45"></td>
</tr>
</table>
<img alt="时间调节(Time)" height="11" id="seek" name="seek" onMouseDown="beginseek(document.seek)" onMouseUp="enddragseek()" src="mplaynew/course_button.gif" style="LEFT: 54px; POSITION: absolute; TOP: 314px" width="23" class="h"><img alt="音量调节(volume)" id="vol" name="vol" onMouseDown="begindrag(document.vol)" onMouseUp="enddrag()" src="mplaynew/sound_button.gif" style="LEFT: 232px; POSITION: absolute; TOP: 332px" class="h" width="9" height="17">
<script language="JavaScript">
cur=Math.floor((Maxvol-cur)/(Maxvol-Minvol)*(-2000));
SetVolume(cur);
playfile='';
var filename=''
if (playfile!=''){
SetSource(filename);
}
</script> <table border="0" cellpadding="0" cellspacing="0" width="335" style="LEFT: 40px; WIDTH: 120px; POSITION: absolute; TOP: 329px">
<tbody>
<tr>
<td width="25"><img alt="开始播放(Play)" border="0" height="21" name="play" src="mplaynew/play_b.gif" width="22" onClick="Javascript:doPlay();" class="h"></td>
<td width="25"><img alt="停止播放(Stop)" border="0" height="21" name="stop" src="mplaynew/stop.gif" width="22" onClick="Javascript:DoStop()" class="h"></td>
<td width="25"><img alt="暂停播放(Pause)" border="0" height="21" name="pause" src="mplaynew/pause.gif" width="22" onClick="DoPause()" class="h"></td>
<td align="right"><img alt="声音(Sound)" border="0" height="21" name="sound" src="mplaynew/sound.gif" width="22" onClick="SetMute()" class="h"></td>
</tr>
</tbody>
</table>
<img border="0" height="14" name="full" src="mplaynew/full.gif" width="39" style="LEFT: 474px; POSITION: absolute; TOP: 2px;cursor:hand;" class="h" onClick="SetDisplaySize(3)" alt="全屏(Full)">
<DIV ID="DVDMSG" STYLE="FONT-SIZE: 12px; LEFT: 271px; COLOR: white; FONT-FAMILY: 宋体; POSITION: absolute; TOP: 336px">
<SPAN id="state_list" style="Z-INDEX: 2; HEIGHT: 20px">正在链接…</SPAN><SPAN id="buffer_list" style="Z-INDEX: 2; WIDTH: 20px; HEIGHT: 20px"></SPAN> 
<SPAN id="time_list" style="Z-INDEX: 2; HEIGHT: 20px"></SPAN> <SPAN id="speed_list" style="Z-INDEX: 2; HEIGHT: 20px"></SPAN></DIV>
<SCRIPT language="JScript" event="buffering(Start)" for="NSPlay">
var timeout_id;
if (Start==true)
{
state_list.innerHTML ="缓冲:";
}
else
{
state_list.innerHTML ="正在播放:";
}
</SCRIPT> <SCRIPT language="JScript">
{
show_buffer();
}
function show_buffer()
{
bfprogress = NSPlay.bufferingProgress +"%";
buffer_list.innerHTML=bfprogress;
show_time();
the_time=window.setTimeout('show_buffer()',1000);
}
function show_time()
{
var hoursplayed;
var minsplayed;
var secsplayed;
var timenow;
var time;
var hours;
var mins;
var secs;
timenow = Math.round(NSPlay.CurrentPosition);
playtime = Math.round(NSPlay.duration);
hoursplayed = (timenow - timenow%3600)/3600;
playhours= (playtime - playtime%3600)/3600;
minsplayed = (timenow - timenow%60)/60 - hoursplayed * 60;
playmins = (playtime - playtime%60)/60 - playhours * 60;
secsplayed = timenow%60;
playsecs = playtime%60;
if (hoursplayed<10)
{
hours='0'+hoursplayed;
}
else
{
hours=hoursplayed;
}
if (minsplayed<10)
{
mins='0'+minsplayed;
}
else
{
mins=minsplayed;
}
if (secsplayed<10)
{
secs='0'+secsplayed;
}
else
{
secs=secsplayed;
}
time = "时间:" + hours + ":" + mins + ":" + secs + "/" + playhours + ":" + playmins + ":" + playsecs;
time_list.innerHTML =time;
}
</SCRIPT> <DIV ID= "filmname" STYLE="COLOR: white; FONT-FAMILY: 宋体; FONT-SIZE: 12px; LEFT: 211px; POSITION: absolute; TOP: 3px; width: 250;">
<script src="js/ad_scroll.js"></script></DIV>
<img src="mplaynew/loading.gif" width="310" height="160" style="POSITION: absolute; left: 109px; top: 76px;"></td>
</tr>
</table>
<script>
player_play();
</script>
</center>
</div>
</body>
</html>
...全文
1555 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
xuetinge 2004-10-14
  • 打赏
  • 举报
回复
KAO.这不是我公司的网站嘛,我找地方举报你。
lenoli 2004-10-12
  • 打赏
  • 举报
回复
看看地址
射天狼 2004-10-12
  • 打赏
  • 举报
回复
你这里没有链接地址,可能是你找的页面不对,页面播放都是用插件,也就是源码中有object标志的!!地址一般就写在这个标志里!!
zez 2004-10-12
  • 打赏
  • 举报
回复
你确定吗/
把地址贴出来

23,404

社区成员

发帖
与我相关
我的任务
社区描述
Java 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧