Hi, probably all the smart FlexJS guys are busy or more focused on the dev list so I'll try to answer:
>Does FalconJX do this? This is a quote coming from the latest FlexJS release announcement [1] and explains what FalconJX is: "Apache Flex FalconJX is a next-generation MXML and ActionScript cross-compiler. It extends the next-generation SWF compiler known as Falcon. Both are contained in the release package and are used by the FlexJS package to compile SWFs or cross-compile to HTML/JS/CSS." So we have to speak about FlexJS. >Interested in cross compiling existing Flex source to HTML/CSS/JS. As I got in touch with FlexJS the first time I also thought I could just cross-compile existing Flex code (mx/spark) to HTML/CSS/JS. But that's not the truth. Instead, you have to migrate your code to FlexJS. That means that you have to remove all flex/flash dependencies from your AS3 code and you have to replace your mx/spark components by FlexJS components. Depending on your code base that could be more or less work. So, what remains? FlexJS places you in the position to develop your apps in a similar way like Flex by using typed AS3 and MXML and that's great! I perceive that FlexJS is making great progress thanks to the guys who contribute to the project. I'd like to encourage you to just download and install it and check it out [2]. Make sure to also check out the impressive MDL (Material design examples) [3]. HTH, Olaf [1] http://apache-flex-users.2333346.n4.nabble.com/ANNOUNCE-Apache-FlexJS-0-7-0-and-Apache-Flex-FalconJX-0-7-0-Released-td13549.html [2] http://flex.apache.org/download-flexjs.html [3] https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/MDLExample If so, how do I use it? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FalconJX-How-To-Use-tp14824p14841.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
