jquery媒体与swfobject冲突
如果我将 jquery 媒体插件与 swfobject 2.2 一起使用,我会在 IE 中收到“未知运行时错误”。
在FF等浏览器中运行良好。
如果我删除 swfobject.js 那么媒体工作正常,因为它使用简单的对象/嵌入标签加载。
但我也需要使用 swfobject (用于其他事情)。
有人遇到过这个问题或者解决了吗?
一个。
If I use jquery media plugin WITH swfobject 2.2 I get an 'unknown runtime error' in IE.
It works fine in FF and other browsers.
If i remove swfobject.js then the media works fine as it loads using simple object/embed tags.
But I need to use swfobject as well (for other things).
Has anybody come across this or a fix?
A.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试为视频元素设置 id 属性。
我有类似的问题,它对我有帮助。
Try to set id attribute to the element with your video.
I had similar problem and it helps me.
尝试使用 jQuery 没有冲突。
Try using jQuery no conflict.