Support legacy Flex app file after 2020
Hi,
as after 2020 browsers will stop supporting Flash player I'm investigating how it will be possible to support my swf app served from a web server.
Currently I can point the browser to the url with the swf and the app is working as expected.
To avoid depending on the browsers (after 2020) I've created a simple prototype in Flex where I load the remote swf using mx:HTML.
I then package the app in a captive runtime bundle and everything seems working, am I correct assuming that:
- Even after 2020 the captive runtime bundle app will keep working, or there will be also limitations to use AIR in the Operating system ?
- Is the mx:HTML tag using the AIR runtime to run the remote swf ? If I right click when running I see the same menu like when running the remote swf on the browser.
I'm afraid that it still depends on Flash player installed on the system.
Thanks in advance
Emanuele
