getURL 操作脚本 2 和 IE 7/8
我有几部 Flash 影片需要在演示结束时重定向到外部网站。 在任何浏览器(firefox、opera 等)中,getURL("http://www.google.com ”); 可以工作,但在 IE 版本 7 和 8 中它只是挂起。
我需要使用 Action Script 2,因为我有很多代码在 AS 3 中不起作用。
谢谢!
I have several flash movies that need to redirect to an external website at the end of the presentation. In any browser (firefox, opera, etc.), getURL("http://www.google.com"); works but in IE versions 7 and 8 it just hangs.
I need to use Action Script 2 because I have alot of code that doesn't work in AS 3.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯。 我至少有一年没有接触过 AS2,但我记得这是一个问题...
我认为这是 IE 的安全设置,你在本地运行这个 swf 吗? 您可能想阅读这些:
http://shang-liang。 com/blog/issues-with-internet-explorer-7/
http://www.sitepoint.com/forums/showthread.php?t=520661
Hm. I haven't touched AS2 in at least a year, but I see to remember this being an issue...
I think it's IE's security settings, are you running this swf locally? You might want to read these:
http://shang-liang.com/blog/issues-with-internet-explorer-7/
http://www.sitepoint.com/forums/showthread.php?t=520661