Adobe Flash And Python
Is it possible to use CPython to develop Adobe Flash based applications?
Solution 1:
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.
Solution 2:
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.
Post a Comment for "Adobe Flash And Python"