flash builder 4.7配置新的player api

xiaoxiao2021-02-28  44

@1 下载所需要的 Flash player 文件和playerglobal文件官网网站。

分别下载 最新的文件

Download the Flash Player projector content debugger 和 Download the playerglobal.swc to target the latest version APIs

@2 在Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0\frameworks下  找到flex-config.xml、air-config.xml、airmobile-config.xml三个XML配置文件,将其中的target-player的值和swf-version的值改为30并保存文件。示例如下 :

<!-- Specifies the minimum player version that will run the compiled SWF. --> <target-player>30.0</target-player> <!-- Specifies the version of the compiled SWF --> <swf-version>30</swf-version>

@3 分别在 Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0\frameworks\libs\player目录下新建 30.0目录 并把下载的playerglobal文件放置其中,修改其名为playerglobal.swc

在 Adobe Flash Builder 4.7 (64 Bit)\player\win\30.0 新建 30.0目录 并把下载的flashplayer_30_sa_debug.exe文件放置其中,修改其名为FlashPlayerDebugger.exe

转载请注明原文地址: https://www.6miu.com/read-2625135.html

最新回复(0)