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

Adobe Flash Player Projector request time out issue

New Here ,
Jun 10, 2020 Jun 10, 2020

Copy link to clipboard

Copied

We are using adobe flash player projector 32 to browse application built using flex, action script and servlet.

 

Whenever request processing takes around 30 seconds, request time out is happening and nothing gets  displayed on page where as same functionality works great using internet explorer with adobe flash plugin, is there any way to increase request timeout or any workaround to solve this issue.

TOPICS
Browser , End of life , Error , How to , Product issue , SWF

Views

405

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 ,
Jun 12, 2020 Jun 12, 2020

Copy link to clipboard

Copied

LATEST

No, sorry.  The timeout isn't tunable.  Adobe AIR (which is EOL, but can be licensed from Harman) was the officially supported path for building desktop applications using Flash technology.  The projector is a throwback to the days of interactive CD-ROMs.  It's primarily intended for development and debugging convenience.

 

You would really need to solve the performance issue in your application (optimize, window your data, offload the slow process to a worker, etc.).  Adobe Scout CC (the Flash performance profiler) might help, if you don't understand what the slow code is. 

 

Given that Flash Player is EOL at the end of 2020, you may be better served by looking at technologies for migrating to HTML and JavaScript.  The Apache Flex project (Adobe donated Flex to Apache many years ago when it reached EOL) had FlexJS, which allows you to output your Flex application to JavaScript.  It's not a one-click conversion, but it works well for a lot of people, and would probably serve you better over the long term.

 

Harman Air SDK info: 

https://airsdk.harman.com/

 

Apache Flex / FlexJS: 

http://flex.apache.org/

 

Adobe Scout CC

https://helpx.adobe.com/scout/kb/download-adobe-scout-cc.html

 

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