如何在flex中检查互联网连接是否可用
任何人都可以帮助我,如何检查我的 Flex 应用程序中的互联网连接是否可用。另一种情况是,如果网络连接存在,但互联网连接出现问题,如何检查互联网连接是否可用。
can anyone help me, how to check whether internet connection is available or not in my flex application.One more scenario is, if network connection is there but some problem in internet connection how to check internet connection is available or not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一个很好的例子:
http://livedocs.adobe.com/flex/3 /html/help.html?content=network_connectivity_1.html
There is a good example here:
http://livedocs.adobe.com/flex/3/html/help.html?content=network_connectivity_1.html
上面的答案有效,但我想补充一点,将其直接指向您的服务器(如果您有的话),而不仅仅是 Adobe 也将允许您监视自己的服务器并相应地处理它。
The answer above works but I would like to add that pointing it to your server directly(if you have one) rather than just Adobe will also allow you to monitor your own server and handle it accordingly.