Adobe Flash 和 Python

发布于 2024-07-09 08:02:02 字数 110 浏览 7 评论 0原文

是否可以使用 CPython 开发基于 Adob​​e Flash 的应用程序?

Is it possible to use CPython to develop Adobe Flash based applications?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

春庭雪 2024-07-16 08:02:02

您可以尝试 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.

安稳善良 2024-07-16 08:02:02

我想可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文