In the not-too-distant future, the Flash Player will not be enabled in modern browsers by default any more (and will probably be removed completely one day). We have an Apache Flex site that we cannot re-implement in HTML/JS due to its complexity.
We could however have users download a small desktop (Win/Mac) application that would load/ display the remote Flex swfs. How could this be done? It seems that AIR is a natural choice for such a local "wrapper" app, but it seems to be not possible to execute a remote Flex application using SWFLoader due to security issues. Is this correct?
I would basically want to replace such a local air app completely with the remote content (no need for a "subapplication"). Is there any other way to access a remote Flex site from a local Win/Mac (or even IOS/ Android) application and have that application display the Flex site just as today's browsers do?