3

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

bhadra
  • 12,887
  • 10
  • 54
  • 47

3 Answers3

3

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.

Oli
  • 15,345
  • 8
  • 30
  • 36
2

take a look at Flex PyPy: http://code.google.com/p/flex-pypy/

1

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.

jcoder
  • 29,554
  • 19
  • 87
  • 130