Flex 4与Flash Player 9兼容吗?

时间:2010-07-12 06:11:18

标签: flex flex3 flex4 flash

你能否证实我:

  • Flex 4 兼容且仅与 Flash 10
  • 兼容
  • Flex 3 兼容,仅与 Flash 9& 10

1 个答案:

答案 0 :(得分:4)

Flex 4 requires Flash player 10

摘自链接页面:

  

您可以打开SDK版本的<Flex SDK>/framework/flex-config.xml文件,它应该告诉您该特定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>

您也可以使用它来查找Flex-3所需的最小版本;这篇关于SO的帖子说你需要Flash Player 9 or above to run it