We are having a flash application using BlazeDS to communicate with a Java server. Some of the BlazeDS calls take some time to process on the server. This is no problem as the calls are already asynchronous and the UI is not blocking.
However the error message Channel.Call.Failed: error appears when the answer from the server takes too long.
This only happens when we run the application in the standalone flashplayer, as the timeout seems to be set to 30 seconds. If we run the application in a Browser, the timeout for the calls is high enough.
Where can the timeout for the standalone flashplayer be set?