up vote 2 down vote favorite
share [g+] share [fb]

I was exploring possibilities of Rich Internet applications using Python. The most awesome possibility I found was of programming in IronPython and running it as a Silverlight. Is there something similar available for Adobe AIR? I.e. programing in Python and run in Adobe AIR (Flash, that is).

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You can use libming to generate Macromedia Flash files, it has Python bindings too, you can see some Python examples at "Python, Ming and Flash".

Another library is "SSWF -- A complete library to generate Flash animations", which is in C, so can be easily used from Python if needed.

link|improve this answer
feedback

There are plenty of resources out there for Flex/AIR integration with Python, just google the two of them together. A good one is "Python Resources for Flex Development".

link|improve this answer
I think OP doesn't want some integration tools but want to write python code which can run as flash – Anurag Uniyal Mar 23 '10 at 8:22
oh! I see. What's wrong with AS3? – Simon Mar 23 '10 at 9:46
well,nothing. the question was out of curiosity rather than finding an alternative. – iamgopal Mar 23 '10 at 16:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.