This blog contains some important Links code and Technical Information.
var urlRequest:URLRequest = new URLRequest(FlexGlobals.topLevelApplication.url); navigateToURL(urlRequest,"_self");
var pageURL:String = ExternalInterface.call('window.location.href.toString'); navigateToURL(new URLRequest(pageURL),"_self");
No comments:
Post a Comment