Re: [flexcoders] Testing Internet Connection in Flex

2008-08-07 Thread Brian Deitte
If it's not AIR, just add event listeners for this, usually an IOErrorEvent. If you can listen for SecurityErrorEvent, make sure to do this as well, since depending on what you're loading, this could show up as the event for a connection being down. -Brian On Wed, Aug 6, 2008 at 4:06 PM, nagaoft

RE: [flexcoders] Testing Internet Connection in Flex

2008-08-07 Thread Gregor Kiddie
If you are using AIR you can test to see if the connection is open. http://www.adobe.com/devnet/air/flex/articles/flickr_floater_06.html Explains it pretty well. If you are purely using Flex in the Flash Player, you can probably glean the information from the Fault object the Remote Object genera