Adobe's Flash has reached the end of the road so all applications has to be rewritten in different tech stack. we have big application written using flex. we have around 400 mxml (+action script) files and it uses java as backend technology. so have couple of questions here -
- Is there any converter tool that understands mxml file and can give html5 or javascript components as output?
- if there is no tool available, what is the closest technology we should use? I tried with React for UI and in java backend, converted flex method to REST API. This exercise is time consuming and need complete rewrite of both UI and backend.
- Is there any other browser plugin that can understand compiled mxml or action scripts (after compilation - .swf file)?
Thanks for help in advance.
.ASClasses it uses. A temporary preview (online demo page) of your SWF would help us to see how to help you. To answer your questions: (1) Nope. This is why some 2 years ago, a notice to begin "time consuming task" of code converting was given by Adobe to everyone. (2) Try SWF2JS to decode & display SWF via JS code. (3) Flash is ending because all major browsers are ending plugins. From 2020 onwards we'll have a no-plugin internet. - VC.One