getting swf version info

后端 未结 5 1812
庸人自扰
庸人自扰 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条回答
  •  Happy的楠姐
    2021-01-22 20:08

    You can't get that exact target version. You can get the SWF file version, but that is not the same. When you edit the target version in that panel, Flex compiles against a different playerglobal.swc, but doesn't necessarily change the SWF file version.

提交回复
热议问题