What's the timeout on URLLoader.load connection?

后端 未结 3 1000
无人共我
无人共我 2021-01-12 20:39

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

3条回答
  •  庸人自扰
    2021-01-12 21:19

    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.

提交回复
热议问题