IE中WMP插件播放某些资源失败时如何获取错误码?
最近我正在尝试制作一个用于WMP故障排除的网页。我想做的是,如果由于缺少WMP编解码器、无法通过DRM等问题,访问者无法播放我页面上的资源... ,然后我将向他们展示一些有关如何修复该问题的信息。我已在 google 上搜索了示例< /strong> 问题是 WMP 对象 wmpocx
的属性 ErrorCode
总是以 undefined
的形式出现,而它确实存在。那么如何才能做到这一点呢?我在 JSCript 中收到 WMP 错误代码?
问候
Recently I'm trying to make a web page for WMP troubeshooting.And what I want to do is, if the vistors cannot play the resource on my page because of some problems such as missing WMP codec,failing to pass DRM...etc, then I'll show them some information about how to fix it.I've googled an example and the problem is the property ErrorCode
of the WMP object wmpocx
always comes up as undefined
while it do exist there.So how can I get the WMP error code in JSCript?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过阅读安全组件升级源码找到解决方案Microsoft 网站上的页面。
主要代码:
Find the solution by reading the source code of the Security component upgrade page on Microsoft's website.
Main code: