How do I set the timeout on the standalone Flash player in FlexBuilder?

Posted by Joshua Fox on Stack Overflow See other posts from Stack Overflow or by Joshua Fox
Published on 2010-04-29T12:18:43Z Indexed on 2010/05/02 13:37 UTC
Read the original article Hit count: 265

Filed under:
|
|

I am using FlexBuilder 3 (which works as an Eclipse plugin). To debug, I launch the standalone Flash players for Flash 9 and 10 from Eclipse.

I find that an HTTPService connection on both these version times out after 30 seconds. Flash does not time out when I run the same application in Flash in Firefox or Chrome (I have the debug version of Flash 10 installed there).

How can I set the timeout in the standalone Flash player? There seem to be very few config options in the GUI, and none in the Windows registry. Setting HTTPService.requestTimeout programmatically does not help.

Alternatively, is there a way to download and install a second copy (which might give me some other default timeout). (I know of the downloadable debug player, but that does not run as a standalone exe.)

© Stack Overflow or respective owner

Related posts about flexbuilder

Related posts about flex3