营口兰旗机场电话:请问怎么才可以在播放影片页面显示载入进程啊?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/01 23:04:29
请问怎么才可以在播放影片页面显示载入进程啊?
就是已经加载55%这样的数字
还有如果我想放一些广告上去播放页面要怎么做呢?(我用的是金梅影视系统第七版)
下面是look.asp:
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>欢迎收看电影</title>
<object id="closes" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</object>
</head>
<%
bb1=request("id1")
bb2=request("id2")
%>
<script LANGUAGE="Javascript">
<!--
var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%22ud2t3d86.asp%3Ffilm1%3D<%=bb1%>%26film2%3D<%=bb2%>%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>

<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="60" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">
</body>

</html>

播放器不对。
换一个。