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

how do i get rid of the 'required Adobe Flash version not installed' Message

Explorer ,
Aug 20, 2014 Aug 20, 2014

Copy link to clipboard

Copied

Hello. I have been trying to get rid of this message. I have installed The latest flash player several times. However I don't know how to find it or put it in the right place to stop this message from popping up every time that I build a project. Thanks.

help1.jpg

Views

530

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
New Here ,
Sep 03, 2014 Sep 03, 2014

Copy link to clipboard

Copied

LATEST

Hope this isn't too late, but there are a couple fixes.  This is happening because your project is configured (Properties > Flex Compiler > ) to use a specific version of the Flash Player or the minimum version for the SDK (14.0.0.0) , but your Flash Builder installation is pointing at a different version of the Flash Player debugger (11.4.402.265).

So you can do two things:

Download the required version of the Flash Player debugger and configure Flash Builder to use that executable when debugging

1. Click on the "Adobe Flash Player downloads" link in the dialog.

2. Click on the Download the Windows Flash Player 14 Project, which is the FlashPlayer executable that runs in Windows.

3. Copy the file to a new folder in the Flash Builder installation next to the existing 11.4 Flash Player (see your screenshot it is c:\Program Files\Adobe\Adobe Flash Builder 4.7\player\win\11.4)

4. Back in Flash Builder

5. Open Windows > Preferences

6. Navigate to Flash Builder > Debug

7. In the Standalone Flash Player(debug version) field click the ellipsis button to launch a file dialog

8. Navigate to the Flash Player executable you downloaded and copied into the Flash Builder installation above

9. Click OK to save the settings

OR

Update the project properties to point to the same specific version that Flash Builder is using (11.4.402.265)

1. Right click your project

2. Select Properties from the context menu

3. Navigate to the Flex Compiler panel

4. Change the Adobe Flash Player Options field to 11.4.0

5. Click OK to apply the changes

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