IE 弹出“对象不支持该方法的属性”消息当使用ExternalInterface.call时
我在这里疯了。
每次我尝试做一个
ExternalInterface.call('alert','abc');
(这适用于每个浏览器)我都会得到一个
对象不支持此属性或方法
出现警报后,
。它甚至发生在由 flash 生成的 HTML 中,而我没有接触它...... 有什么解决办法吗?!
谢谢!
i"m getting nuts in here.
everytime i try to do even an
ExternalInterface.call('alert','abc');
(which will work on every browser) i get an
object doesent support this propety or method
after the alert appears.
it even happens in the HTML generated by flash without me touching it...
there is any solution?!
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
3天后!找到了!
Flash 电影的 id 在页面上不是唯一的..仅此而已..
after 3 days! found it!
the id of the flash movie wasn't unique on the page.. that's all..