as in topic, this is working fine in bin debug , but now outside i use this construciton
bm = BrowserManager.getInstance();
bm.init("","Welcome!");
var o:Object = URLUtil.stringToObject(bm.fragment, "&");
first.text = o.firstPar;
as in topic, this is working fine in bin debug , but now outside i use this construciton
bm = BrowserManager.getInstance();
bm.init("","Welcome!");
var o:Object = URLUtil.stringToObject(bm.fragment, "&");
first.text = o.firstPar;
event this not workign in bin-release
first.text = ExternalInterface.call("window.location.href.toString");
but it is working really great in bin-debug
Did you copy the HTML in bin-debug to bin-release.. if not, try copying it and open again. maybe you coded the javascript in bin-debug but not in bin-release