gpt4 book ai didi

actionscript-3 - 使用 navigateToURL (AS3) 从 Flash 打开 URL

转载 作者:行者123 更新时间:2023-12-03 14:19:50 24 4
gpt4 key购买 nike

今天一直在拉我的头发几个小时。
我无法从我已经打开的 Flash 网站打开另一个网站。

这是代码:

GotoFB.addEventListener(MouseEvent.CLICK, gotoFB);

function gotoFB(event:MouseEvent):void
{

navigateToURL(new URLRequest("http://www.facebook.com"), "_blank");
}

这适用于 Flash 播放器,但不适用于 chrome/ie/firefox ..

最佳答案

在我的 Flex 应用程序中最近的 chrome-update 中,navigateToUrl 出现了一些问题。必须使用此解决方法:

ExternalInterface.call("window.open", url, target);

关于actionscript-3 - 使用 navigateToURL (AS3) 从 Flash 打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8804305/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com