Yes, I am going through this page:http://wyday.com/limelm/help/using-turboactivate-with-adobe-air/These examples seem associated with a development environment other than Flash CSX.
I managed to update our application to Adobe AIR 2.6. Now it's back to TurboActivate.
Unfortunately, I've already managed to hit a snag. Even though I have both Desktop and Extended Desktop set in the AIR publisher settings, TurboActivate.as is throwing the following error:"You must add <supportedProfiles>extendedDesktop</supportedProfiles> to your Adobe AIR Application Descriptor File (e.g. AppName-app.xml) before you can use TurboActivate."
I look into the descriptor xml file, and I see the following has been generated for the support profiles:<supportedProfiles>desktop extendedDesktop </supportedProfiles>
I look into the TurboActivate.as file and see that the constructor has an if-statement with the following condition:if (NativeProcess.isSupported)which must be failing.
I will continue to tinker with it, but any suggestions in the meantime?
Chris