Jump to content
Search Community

ebhoren

Members
  • Posts

    3
  • Joined

  • Last visited

Contact Methods

ebhoren's Achievements

2

Reputation

  1. I've figured what the problem is. The problem is with the ADT compiler in AIR 15.0.0.249. AIR 14 enabled a new "fast compiler" mode which compile your Actionscript code in a better way, which speeds up compilation time and application performance. This new "fast compiler" mode was disabled by default in AIR 14. You can enable it by adding -useLegacyAOT no to your ADT compilation script. See more details here: http://www.adobe.com/devnet/air/articles/ios-packaging-compiled-mode.html Unfortunately, this is some know bugs by Adobe: http://helpx.adobe.com/air/kb/unable-update-air-mac-os1.html In AIR 15.0, they enabled by default this "fast compiler" mode. That's why my Actionscript code didn't work when compiled with AIR 15.0. I disabled "fast compiler" with AIR 15.0 and everything worked perfectly Hope it will help other people. Thanks
  2. That's the problem. The exact same code works in AIR 3.7. Any ideas?
  3. I'm having a strange issue with Tweenlite running on AIR 15.0. Previously, the same code worked correctly in AIR 3.7 when compiled from both Flash Builder 4.7 and my custom Ant script. Now, i'm having this error message when trying to compile my application using my Ant script. [Fault] exception, information=ReferenceError: Error #1069: Property _isGSVars not found on Number and there is no default value. Fault, _prepVars() at TweenLite.as:1029 The problem does not occur when compiling my app from Flash Builder 4.7. I can't figure why it work when compiled from Flash Builder 4.7 and not from my Ant script, who previously worked perfectly. Anyone have faced this problem before? Thanks
×
×
  • Create New...