flexjs

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

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

淺唱寂寞╮ 提交于 2019-12-02 08:58:28
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. 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,