Search code examples
pythonflash

What's a way to create flash animations with Python?


I'm having a set of Python scripts that process the photos. What I would like is to be able to create some kind of flash-presentation out of those images.
Is there any package or 'framework' that would help to do this?


Solution

  • You should generate a formated list with the data to your photos, path and what else you need in your presentation.

    That data you load into a SWF, where your presentation happens.

    Like that you can let python do what it does and flash what flash does best.

    You might find allready made solutions for flash galleries / slideshows. http://airtightinteractive.com/simpleviewer/ is a famous one. You can load your custom xml in it.