您的位置:首页 > 其它

获得客户端地址端口等

2010-03-18 16:46 106 查看
var uri:URI = new URI(Application.application.url);
trace(uri.authority);//IP address of the server which hosts this flex application
trace(uri.port);
trace(uri.path);

UIR在这个库里: http://as3corelib.googlecode.com/files/as3corelib-.92.1.zip
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: