Chart of SWF versions to Flash versions

后端 未结 3 2069
[愿得一人]
[愿得一人] 2020-12-13 20:27

Is there a chart equating SWF versions to Flash versions? The beginnings of one is here, but it is incomplete. :(

相关标签:
3条回答
  • 2020-12-13 21:07

    When you publish your movie, Flash generates object tag and FSCommands automatically, if you choose Template: Flash with FSCommand in publish settings:

    <object id="somePath\Untitled-1" align="middle" width="550"
    height="400"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=11,0,0,0"
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
    

    where .../swflash.cab#version=PlayerVersion

    Or use latest player version, and all will be fine!

    0 讨论(0)
  • 2020-12-13 21:18

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

      SWF Version  |  Flash Player Version  |  AIR Version
    ---------------+------------------------+---------------
            9      |        9.0.115.0       |      N/A
           10      |        10.0, 10.1      |      1.5, 2.0
           11      |        10.2            |      2.6
           12      |        10.3            |      2.7
           13      |        11.0            |      3
           14      |        11.1            |      3.1
           15      |        11.2            |      3.2
           16      |        11.3            |      3.3
           17      |        11.4            |      3.4
           18      |        11.5            |      3.5
           19      |        11.6            |      3.6
           20      |        11.7            |      3.7
           21      |        11.8            |      3.8
           22      |        11.9            |      3.9
           23      |        12              |      4
           24      |        13              |      13
           25      |        14              |      14
           26      |        15              |      15
           27      |        16              |      16
           28      |        17              |      17
           29      |        18              |      18
           30      |        19              |      19
           31      |        20              |      20
           32      |        21              |      21
           33      |        22              |      22
           34      |        23              |      23
           35      |        24              |      24
           36      |        25              |      25
           37      |        26              |      26
           38      |        27              |      27
           39      |        28              |      28
           40      |        29              |      29
           41      |        30              |      30
           42      |        31              |      31
    

    Source: www.adobe.com.

    Comment: shamelessly copied from my previous answer here.

    0 讨论(0)
  • 2020-12-13 21:28

    Adobe is keeping this list updated: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html

    0 讨论(0)
提交回复
热议问题