Hi, > I want to use AIR 3.5 with the current Flex 4.9.0. But how can I integrate > AIR 3.5 into Flex? (without compiling it) If you are on OSX take a look at the addAIRtoSDK.sh script in the ide directory (in the develop branch).
There's certainly no need to recompile. 1. Make sure the /frameworks/flex-config.xml, /frameworks/air-config.xml and /frameworks/airmobile-config.xml have the correct flash player version 11.5 and swf version 18. 2. On OSX download http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIRSDK.tbz2 and unzip to the SDK frameworks directory. On windows download http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIRSDK.zip and extract to the same place. 3. Should be good to go. :-) Justin