0

I have a set of images, and I want to show them as a SWF slideshow. Something similar to Slideshare.net

It would be easiest if there is way I can pass a xml or json with list of images, and get the swf. I there a library or (linux friendly) tool, which I can use to do this? I am using Python with Django, but am open to using other languages etc.

skaffman
  • 398,947
  • 96
  • 818
  • 769
agiliq
  • 7,518
  • 14
  • 54
  • 74

1 Answers1

0

PHP has a library called Ming that should be able to do this:

See: http://php.net/manual/en/book.ming.php and http://www.libming.org/

WesleyE
  • 1,384
  • 1
  • 12
  • 29