it depends on how the player works. when it is embedded in the browser, the flash player uses the browser structure for HTTP. as a result, timeouts are processed by the containing browser. standalone player and AIR have their own implementation of HTTP. But I do not know where you can set the timeout.
However, I think you can solve the problem yourself. If the timeout is long, you can simply create your own and cancel the download operation. If it's too short, you can just encapsulate the bootloader and perform some attempts on it.
If you intend to maintain a connection to the server and do not want it to close due to timeouts, I suggest you take a look at the URLStream . Then you can simply send fictitious personal content from the server.
back2dos
source share