Reputation: 121
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 -
Thanks for help in advance.
Upvotes: 0
Views: 1093
Reputation: 670
The "easiest" way would be using the next version of Flex, Apache Royale.
This will allow you to keep all your actionscript parts of the code and rewrite only the UI part with the new MXML components. It has a bit of a learning curve as many things are done a bit differently, but you don't have to change your AS3 code.
Upvotes: 2