- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Try capturing the fault with a fault handler added to the token returned from connect().
var token:AsyncToken = productService.serviceControl.connect();
token.addResponder(new Responder(resultFunction, faultFunction));
You can then capture the offline state when the connection fails.
Tom
Views
Replies
0 Likes
Total Likes