是否可以使用 CPython 开发基于 Adobe Flash 的应用程序?
Is it possible to use CPython to develop Adobe Flash based applications?
您可以尝试 ming,一个用于生成 Macromedia Flash 文件 (.swf) 的库。
它是用 C 编写的,但它具有允许在 C++、PHP、Python、Ruby 和 Perl 中使用的包装器。
You can try ming, a library for generating Macromedia Flash files (.swf).
It's written in C but it has wrappers that allow it to be used in C++, PHP, Python, Ruby, and Perl.
看一下 Flex PyPy:http://code.google.com/p/flex- pypy/
take a look at Flex PyPy: http://code.google.com/p/flex-pypy/
我想可以使用 http://labs 将 python 解释器编译为 flash 字节码。 adobe.com/downloads/alchemy.html,然后用它来运行python程序。 但除此之外,答案是否定的。
I guess it would be possible to compile the python interpreter to flash bytecode using this http://labs.adobe.com/downloads/alchemy.html and then use it to run python programs. But apart from that the answer is no.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
您可以尝试 ming,一个用于生成 Macromedia Flash 文件 (.swf) 的库。
它是用 C 编写的,但它具有允许在 C++、PHP、Python、Ruby 和 Perl 中使用的包装器。
You can try ming, a library for generating Macromedia Flash files (.swf).
It's written in C but it has wrappers that allow it to be used in C++, PHP, Python, Ruby, and Perl.
看一下 Flex PyPy:http://code.google.com/p/flex- pypy/
take a look at Flex PyPy: http://code.google.com/p/flex-pypy/
我想可以使用 http://labs 将 python 解释器编译为 flash 字节码。 adobe.com/downloads/alchemy.html,然后用它来运行python程序。 但除此之外,答案是否定的。
I guess it would be possible to compile the python interpreter to flash bytecode using this http://labs.adobe.com/downloads/alchemy.html and then use it to run python programs. But apart from that the answer is no.