Does Adobe Flex have the ability to compile into HTML/JavaScript?

瘦欲@ 提交于 2019-12-02 16:48:17

问题


I'm fairly sure I know what the answer will be here, but since I recently stumbled across Apache FlexJS: https://blogs.apache.org/flex/entry/apache_flexjs_0_6_0 I thought I would double-check.

Is there a way to compile Adobe Flex applications into HTML/JavaScript, using the Adobe Flex SDK? I have done some digging and this new development on the Apache Flex project seems to be the only path forward in that respect.


回答1:


In theory yes, as described on the schema of https://cwiki.apache.org/confluence/display/FLEX/FlexJS : you get the same source code and can compile it into HTML/JS or SWC.

However, in practice you will get issues because the component library is currently very limited in HTML/JS.



来源:https://stackoverflow.com/questions/39446125/does-adobe-flex-have-the-ability-to-compile-into-html-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!