电影播放隐藏路径的方法,本人高不清,请大家看看!
以下是一个站的部分源代码,他的大致意思是[点击>播放本片(共一集)后出发play()函数,运行跳转window.location=Serve.value + '?id=' + id; 至look.asp,跳出realplayer播放器播放影片,look.asp文件不显示的,但是我不知道look.asp文件代码啊,就不知道隐藏路径的原理啊,有人知道吗,贴出来看看,讨论一下!<html>
<head>
<title>视频点播</title>
<meta http-equiv="Expires" CONTENT="0">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<input type="hidden" id="Serve">
<script language="javascript">
function error(id)
{
window.open('berror.asp?id='+id,'error','width=250,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,menu=no,min=no,max=no');
}
</script>
<script language="JavaScript">
function OpenWindow(PlayerURL)
{
newwindow=window.open('','VOD视频点播','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=439,height=359,top=100,left=100');
newwindow.focus();
newwindow.location=PlayerURL;
}
function Play(id,bno)
{
if(!Serve.value)
alert("请选择点播服务器!");
else
{
var i;
if(Serve.value=="look.asp")i="1";
if(Serve.value=="look2.asp")i="2";
if(Serve.value=="lookvip.asp")i="VIP";
last.innerText="当前点播:《"+tit.innerText+"》(第"+bno+"集"+",服务器"+i+")";
window.location=Serve.value + '?id=' + id;
}
}
function Playb(id)
{
window.location='/lookvip.asp?id='+id
}
</script>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {color: #006633}
.style3 {color: #0099FF}
.style4 {color: #FF6600}
-->
</style>
</head>
<body background="images/bg.gif" text="#CCCCCC" link="#FFFFFF" vlink="#CCCCCC" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<TABLE width=777 border=0 cellPadding=0 cellSpacing=0 height="60" >
<TR bgcolor="#FFFFFF">
<TD width="191" height="60">
<a href="http://www. <img border="0" src="images/lsxyvod.gif" width="180" height="60" alt="返回主页"></a>
</TD>
<TD height="60">
<p><br>
<font color="#000080">
<font color="#0099FF">温馨提示:</font>
使用中有问题请[<a target="_blank" href="help.asp">查看帮助</a>]。
</font>
</p></TD>
</TR>
</TABLE>
</div>
<div align="center">
<table width="777" border="0" cellpadding="0" cellspacing="0" bgcolor="#f7f7f7">
<tr>
<td align="left"><span class="style2">视频点播 [<a href="index.asp">返回首页</a>]</span></td>
<div align="right">
<script language="JavaScript" type="text/JavaScript">
<!--
function searcher(chars,name){
document.searchform.key.value=chars;
document.searchform.name.value=name;
document.searchform.submit();
}
//-->
</script>
<form name="searchform" method="post" action="search.asp" onsubmit="return checkform()">
<td width="31">
<img src="images/title_01.gif" width="31" height="28" align="left"></td>
<td width="544" height="5" background="images/movie_read.gif" class="menu">
<font color="#FFFFFF">点播列表 (请点击相应集数观看) </font></td>
</tr>
<tr valign="top">
<td width="544" height="5" bgcolor="#D0f5f9" class="menu">
<font color="#888888">请选择点播服务器:</font><font color="#008080"><input type="radio" name="serv" onclick="Serve.value='look.asp';">服务器
No.1
<input type="radio" name="serv" onclick="Serve.value='look2.asp';">服务器
No.2
<input type="radio" name="serv" onclick="Serve.value='lookvip.asp';">VIP
Server</font> </td>
</tr>
<tr valign="top">
<td width="544" height="5" bgcolor="#EEFCFD" class="menu">
<span id=last style="font-size:12px;color:#888888">上次点播:
《周星驰全集》(第28集,2007-12-17 20:19:09,服务器2)</span></td>
</tr>
<tr valign="top">
<td height="36" valign="top" class="menu"><a href='javascript:Play(7596,1)' class=bg><font color=#FF9900>播放本片(共一集)</font></a> </td>
</tr>
<tr valign="top">
<td height="5" background="images/movie_read.gif" class="menu">
<font color="#FFFFFF">影片介绍</font> <font color="#555555">(感谢<b>
大荣5#104 </b>上传提供本片源,本站没有版权)</font></td>
[[italic] 本帖最后由 louyiyong 于 2007-12-17 21:10 编辑 [/italic]]