Package legacy Flex app in AIR
Hi,
In my company we have different products developed in Flex through many years, currently the SWF files are served from a Web service and users run them in a browser.
In order to guarantee a way to keep using them after 2020 we're considering using AIR. In the meantime we will consider rewriting with Web Standards.
The approach that is working for now is an AIR app that loads the SWF (using HTMLLoader).
This can work as long as the AIR version is before 22.0 where the Flash Player plugin is "embedded" in the captive runtime bundle.
After that version the Flash player plugin used is the one installed on the system.
What happens after 2020 when I guess it will be not possible to install the Flash Player on the system ?
If we "freeze" the standalone AIR app with the Flash Player plugin embedded do we need to concern with security vulnerabilities fixed after version 22 ?
Last question is more about AIR, is it possible to run the debugger Flash Player plugin in AIR ?
Thanks
P.s: I'm writing here and not on AIR forum cause I found this very similar discussion on this forum:
