flex页面刷新实现
页面刷新:navigateToURL(new URLRequest("javascript:location.reload();"),"_self");
关闭浏览器的代码:navigateToURL(new URLRequest("javascript:location.close();"),"_self");
页面刷新:navigateToURL(new URLRequest("javascript:location.reload();"),"_self");
关闭浏览器的代码:navigateToURL(new URLRequest("javascript:location.close();"),"_self");