Flex刷新当前页面和关闭浏览器

刷新页面:

navigateToURL(new URLRequest("javascript:location.reload();"),"_self");

关闭浏览器:
navigateToURL(new URLRequest("javascript:location.close();"),"_self") ;

猜你喜欢

转载自blog.csdn.net/l5751311/article/details/8628171