查询字符串在bin之外的问题 - debug

时间:2010-06-30 22:16:19

标签: flex

在主题中,这在bin调试中工作正常,但现在在

之外

我使用此代码:

bm = BrowserManager.getInstance();
bm.init("","Welcome!");
var o:Object = URLUtil.stringToObject(bm.fragment, "&");
first.text = o.firstPar;

3 个答案:

答案 0 :(得分:0)

事件无法在bin-release中使用

first.text = ExternalInterface.call("window.location.href.toString");

但它在bin-debug中工作得非常好

答案 1 :(得分:0)

您是否将bin-debug中的HTML复制到bin-release ..如果没有,请尝试复制并再次打开。也许你在bin-debug中编写了javascript而不是在bin-release中编码

答案 2 :(得分:0)

解决方法是我无法在本地运行flex和读取查询par,需要在localhost或远程服务器上运行