QtWebKit 中加载的嵌入式 Windows Media Player:设置音量不起作用

发布于 2024-09-07 02:44:06 字数 345 浏览 8 评论 0原文

加载此html时(html也是此处)在 Qt 4.6 演示浏览器中,
按“Set Volume = 80”失败,但不会引发异常。

备注:
相同的 html 在 Chrome 和 Firefox 中运行良好。
在 Windows 上出现,但在 Mac 上运行良好。
Qt 4.7 Beta Demo 和 Arora 浏览器也会失败。

有什么想法吗?

when loading this html (html is also here) in the Qt 4.6 Demo Browser,
pressing "Set Volume = 80" fails without raising an exception.

Notes:
The same html works fine in Chrome and Firefox.
Happens on Windows, but works fine on Mac.
Fails also with Qt 4.7 Beta Demo, and in Arora browser.

Any idea?

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

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

发布评论

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

评论(1

缱绻入梦 2024-09-14 02:44:06

这是 QtWebKit 处理 NPAPI 插件调用时的一个错误:Int32 被视为 double。
我打了一个补丁来解决这个问题。
替换文件内容:
\Qt\2010.02.1\qt\src\3rdparty\webkit\WebCore\bridge\c\c_utility.cpp
通过这个

It is a bug in QtWebKit's treatment of calls to NPAPI plugin: Int32 is treated as double.
I put a patch to fix this.
Replace the contents of the file:
\Qt\2010.02.1\qt\src\3rdparty\webkit\WebCore\bridge\c\c_utility.cpp
by this.

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