wmv 的 JavaScript 停止按钮

发布于 2024-08-06 04:04:45 字数 360 浏览 5 评论 0原文

我试图获得一个按钮,当我单击它时停止嵌入的 wmv。我已经搜索了一段时间,尝试了多种不同的方法,但似乎没有任何效果。我最接近的是使用此页面上的示例:

http:// /www.killersites.com/mvnforum/mvnforum/viewthread?thread=3883

然而,它似乎只适用于 Firefox 而不是 IE。不过我确实需要它在 IE 中工作。有谁知道如何做到这一点?我真的很感谢你的帮助。

提前致谢! =)

I'm trying to get a button to stop an embedded wmv when I click it. I've been searching for awhile now and I have tried a number of different methods, but nothing seems to be working. he closest I've come was from using the example on this page:

http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=3883

However it only seems to work in Firefox and not IE. I really need it to work in IE though. Does anyone know a way to do this? I'd really appriciate the help.

Thanks in advance! =)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡の花香 2024-08-13 04:04:45

我已经在 IE8 中对此进行了测试:

<input type="button" value="Stop" onclick="javascript: document.getElementById('ObjectName').Stop();" />

对我来说效果很好。

I've tested this in IE8:

<input type="button" value="Stop" onclick="javascript: document.getElementById('ObjectName').Stop();" />

Worked fine for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文