Hi, > change the following node value to what ever version you want. FB 4.7 will > refer this value only (*[SDK]*/frameworks/flex-config.xml). > > <!-- Specifies the minimum player version that will run the compiled SWF. > --> > <target-player>11.0</target-player>
Actually you need to do a little more than that, there are 3 different config files you may need to edit (the other two being air-config.xml and airmobile-config.xml) and you'll need to get the correct playerglobal.swc. For instructions see "Adobe Flash Player Version Support" in the README file. https://github.com/apache/flex-sdk/blob/develop/README There are command line script in the ide directory that help you set the Flash Player and AIR version as needed. > There is a bug(or misunderstanding ) in the installer that, it will set the > <target-player> value to which version of flash player u choose while > download. It's not a bug, Flash Builder has no concept of minimum version just the version you want to use. Thanks, Justin