下面这些代码在本地机上可以正常选择播放跳跃点,但放到网上却不行了,why?

sumon 2002-08-21 02:31:30
下面这些代码在本地机上可以正常选择播放跳跃点,但放到网上却不行了,why?
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>第一章 绪论</title>
</style>

<script language="vbscript">

sub a0_onclick
nsplay.stop
nsplay.CurrentPosition = 0
nsplay.selectionstart = 0
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a1_onclick
nsplay.stop
nsplay.CurrentPosition = 81
nsplay.selectionstart = 81
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a2_onclick
nsplay.stop
nsplay.CurrentPosition = 100
nsplay.selectionstart = 100
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a3_onclick
nsplay.stop
nsplay.CurrentPosition = 120
nsplay.selectionstart = 120
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a4_onclick
nsplay.stop
nsplay.CurrentPosition = 348
nsplay.selectionstart = 348
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a5_onclick
nsplay.stop
nsplay.CurrentPosition = 430
nsplay.selectionstart = 430
nsplay.SelectionEnd = 3600
nsplay.play
end sub

sub a6_onclick
nsplay.stop
nsplay.CurrentPosition = 430
nsplay.selectionstart = 430
nsplay.SelectionEnd = 3600
nsplay.play
end sub

</script>
<base target="mainfram1">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<中间内容略>
</table>
</td>
</tr>
</table>
</body>

</html>
...全文
18 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
dugucan 2002-08-22
  • 打赏
  • 举报
回复
也许是你空间的问题
我以前就碰到过
sumon 2002-08-22
  • 打赏
  • 举报
回复
whiteclude您好,情况正如您所说的,但如果怎么用流媒体发布的服务?是用mediaserver?
孟子E章 2002-08-21
  • 打赏
  • 举报
回复
不会吧。你路径什么的都对吗》?
whiteclude 2002-08-21
  • 打赏
  • 举报
回复
如果是带有媒体播放的页面需要发布的话,服务器是不是还需要有流媒体发布的服务.

87,996

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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