Skip to main content
Participant
October 9, 2017
Question

Flash Player Projector issue

  • October 9, 2017
  • 1 reply
  • 411 views

Hi,

Im a Flash / Flex developer.

I have a problem with the Flash Player Projector.

When i send a request with an http service that is longer than 30 seconds, the request fails.

How can i extend the time ?

With the browser plugin its no problem !

cheers,

Philipp

    This topic has been closed for replies.

    1 reply

    jeromiec83223024
    Inspiring
    October 13, 2017

    I'm not sure why the timeouts are more generous in the browser vs. the projector, but I imagine it's primarily a product of the code path that gets hit.  In the plug-in, the browser is handling the request on our behalf.  In the projector, we're using our own network stack.  I imagine that we chose a value that we thought was reasonable (and intuitively, 30 seconds seems like a long time).

    There is no mechanism to configure the timeout in either ActionScript or the projector.  You might want to consider breaking up the requests in order to stay under the timeout, especially if you're working under a deadline.

    You're welcome to file an enhancement request to increase the timeout value for HTTP requests over at http://tracker.adobe.com/.