• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flash Player Projector issue

New Here ,
Oct 09, 2017 Oct 09, 2017

Copy link to clipboard

Copied

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

Views

337

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 13, 2017 Oct 13, 2017

Copy link to clipboard

Copied

LATEST

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/.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines