Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.