Eric V
Eric V

Reputation: 1170

Flex 4 compatible with Flash Player 9?

Could you confirm me that:

Upvotes: 2

Views: 1844

Answers (1)

Amarghosh
Amarghosh

Reputation: 59471

Flex 4 requires Flash player 10

Excerpts from the linked page:

you can open the <Flex SDK>/framework/flex-config.xml file for an SDK build and it should tell you what the minimum required Player version is for that particular SDK:

<flex-config>
  <!-- Specifies the minimum player version that will run the compiled SWF. -->
  <target-player>10.0.0</target-player>

  <!-- other tags -->
</flex-config>

You can use this to find the min-version required for Flex-3 also; This post on SO says you need Flash Player 9 or above to run it.

Upvotes: 4

Related Questions