Need Help: Change URLLoader Timeout?
I’m working on a project in which I make calls to a REST API using URLLoaders. One of the calls I make can take up to 80 seconds to respond, but it seems as though URLLoader times out after 60 seconds. I’ve scoured the ActionScript documentation, but haven’t seen anything about a timeout property. Does [...]
