0 Replies Latest reply: Sep 29, 2014 9:51 AM by NoviyDisk RSS

    avm2.intrinsics.memory opcodes on android

    NoviyDisk Community Member

      I read this intresting text:

      To make use of the APIs, ensure that you use Flash Builder to build your applications. The compiler package with the APIs are not available for use in IDEs other than Flash Builder.

       

      I try use this sample without FB (by FlashDevelop with flex_sdk_4.6). I found library airglobal.swc (\frameworks\libs\air\) with only two public function for avm2.intrinsics.memory

       

      package avm2.intrinsics.memory

      {

        public function casi32 (addr:int, expectedVal:int, newVal:int) : int;

        public function mfence () : void;

      }

       

      There is not other function as in text (for example li8). So, may be anybody know if I will use airglobal.swc by FB can it work? And can it work on Android?

      Thanx!