compiling Flex/Flash to Javascript

Are there any options for compiling Flex/Flash projects into Javascript/JQuery? I seem to remember this feature possibly being part of Adobe's latest dev tools?


退房http://www.jangaroo.net


Adobe is now working on Falcon(JS). that would crosscompile Flex projects to JS.

http://blogs.adobe.com/bparadie/2011/11/19/what-is-falconjs/


Adobe has contributed the FalconJS proof-of-concept or prototype source code to Apache Flex. This is not a finished product, but some simple applications can be cross-compiled to JavaScript. The source code can be check out here:

https://svn.apache.org/repos/asf/incubator/flex/falcon/trunk/compiler.js/

FalconJS depends on the Falcon compiler, which has been contributed to the Apache Flex project as well, here is the wiki page with the build instructions for Falcon:

https://cwiki.apache.org/FLEX/falcon-overview.html

链接地址: http://www.djcxy.com/p/47588.html

上一篇: ipython shell awk:转义“$”符号

下一篇: 编译Flex / Flash到Javascript