Hi, I’m using the Actuate library on a project that is being exported for HTML5 and Flash targets. Everything works fine until I export the Flash output as a library SWC file. At this case, Actuate raises an error - It seems that flash.Lib.current (http://api.haxe.org/flash/Lib.html) is never set if I’m using the SWC.
Since the Flash export directly from OpenFL works as expected (and Lib.current is correctly set), I believe that some initialization is not being made by my Apache Flex code. Does anyone know what I need to do to initialize this Lib.current (and any other needed Haxe variables) on the code I import the SWC into?