RE: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread 'Mark R. Jonkman' mark.jonk...@comcast.net [flexcoders]
I’m guessing it mostly has to do with mxml compiling. The old compiler would have to handle both types of input – ActionScript and MXML and generate ActionScript code based on the MXML and then generate the final product. If your Adobe and you no longer support MXML yourself then there is no

Re: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread Dave Glasser dglas...@pobox.com [flexcoders]
Mark, thanks for the reply. I don't use Flex builder, just Apache ant and the Flex and AIR SDKs. I was able to build the Flex/iOS app with both versions of the 15.0.0.302 SDK in their default configurations, so I guess the one with the new compiler uses the old one by default. (At least from

Re: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread Mark Jonkman mark.jonk...@comcast.net [flexcoders]
If you can also add the command line option -useLegacyAOT yes to make sure. The issues with new compiler 'fast compiler' seem to be with overridden methods not having same number of parameters and using swcs compiled with older versions of the compiler. So your mileage may vary from mine or