IE 中的ExternalInterface.call 问题
我在使用ExternalInterface.call 在 IE 中返回值时遇到问题。它在 Firefox 中运行良好。尽管我将“allowscriptaccess”更改为“始终”,但它仍然不起作用。 我需要在 Flex 或 HTML 中更改任何内容才能使其正常工作吗?或者这是 IE 中的安全设置?
提前致谢, 普拉文
I am having an issues with ExternalInterface.call to return a value in IE. It is working fine in Firefox. Eventhough I changed the "allowscriptaccess" to "always", still it is not working.
Is there any thing that I need to change in Flex or the HTML to make this work? or this is a security setting in IE?
Thanks in advance,
Praveen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以提供更多代码示例...来自 flex 和 javascript。
Firefox 和 IE 之间的差异很常见。
也许有大写的东西?尝试使用
alert()
来测试它是否有效。Maybe you can give more code examples... from flex and from javascript.
difference between firefox and IE is very common.
maybe something with capitals? try the
alert()
to test if it works at all.