getting swf version info

后端 未结 5 1821
庸人自扰
庸人自扰 2021-01-22 19:25

In FlashBuilder\'s compiler options (Properties->Flex Compiler), under \"Adobe Flash Player options\" there is an option for \"Use a specific version\", where you can tell it wh

5条回答
  •  心在旅途
    2021-01-22 20:14

    We were facing the same problem at my company, and we've found the following mappings:

     "SWF Version" | "Flash Player Version"
    ========================================
           9       |          9
          10       |      10.0, 10.1
          11       |         10.2
          12       |         10.3
          13       |         11.0
          14       |         11.1
          15       |         11.2
          16       |         11.3
          17       |         11.4
          18       |         11.5
          19       |         11.6
          20       |         11.7
          21       |         11.8
          22       |         11.9
          23       |         12.0
          24       |         13.0
          25       |         14.0
    

    Sources:

    • blogs.adobe.com
    • sleepydesign.blogspot.com

提交回复
热议问题