Hi, > he wanted FP 11.5. Is this IDE integration information located anywhere. Re exact steps on using an SDK for each IDE are not on our site as far as I'm aware. I think we assumed (probably incorrectly) that most Flex developers would know how to do that.
Hopefully with the next version of the installer you'll be able to select the AIR and Flash Player version you want. Using another version of Flash Player is fairly simple. 1. Download the correct playerglobal.swc and place in /frameworks/libs/player/<version> directory. 2. Change your project to use that FP version. In FlashBuilder you just change the flash player version in the compile There is no need to use a newer version of Flash Player unless you need to take advantage of a newer feature. A swf compiled for FP 11.1 will run exactly the same in 11.7 as if it was compiled for FP 11.7. > or is this resistance intentional to keep users more technical? It's not intentional we want to try and make as easy to use and install as possible. I also wrote a script that downloads and checks all flash player versions (checkAllFlashPlayerVersions.sh) you can find it in the ide directory. There are also scripts in the same directory change the Flash Player version and the AIR version. However they only currently work on linux/OSX as I'm not that familiar with windows and .bat scripts. Thanks, Justin
