Re: [FlexJS] airglobal.swc runtime inside JS build

2017-04-23 Thread Alex Harui
Emulating the Flash Player or AIR in the browser is a hard problem. There are various efforts with various degrees of success. What we are doing with FlexJS is not emulating the runtime. Instead we are encapsulating common patterns. IMO this is a much easier but still very challenging problem.

[FlexJS] airglobal.swc runtime inside JS build

2017-04-22 Thread almirkadric
Hi there, I was wondering how I can either convert the adobe air runtime library (airglobal.swc) to JS or if existing JS files exist? My project relies on certain classes provided by airglobal.swc and I was wondering if it was possible to use these in the Browser? Currently I have managed to