Is there a timeout on the connection made by URLLoader.load? If there is, what\'s its value, where is it documented and can it be changed? Also, what event (if any) gets dis
The timeout of URLLoader is hard-coded to 30 seconds in Flash Player. Also see this thread.
In an AIR app it can be changed by setting URLRequest.idleTimeout but no such setting exist in the Flash Player.