Hi, Are you using HTTPService or URL Loader to get the data? In HttpServcie, option to set request time out in seconds,
requestTimeout : int Provides access to the request timeout in seconds for sent messages. Ref: https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html#requestTimeout Adobe AIR app: In URLLoader, set idle time out param in URLRequest idleTimeout : Number Specifies the idle timeout value (in milliseconds) for this request. https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#idleTimeout ----- Thanks & Regards, M.Prabhu -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/
