2

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).

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
iamgopal
  • 8,806
  • 6
  • 38
  • 52

2 Answers2

1

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Anurag Uniyal
  • 85,954
  • 40
  • 175
  • 219
1

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".

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Simon
  • 78,655
  • 25
  • 88
  • 118