What is the best way to automatically generate web content that displays images in a sequence? That is, given the images I want to generate the Javascript, Flash, or other video-like content for displaying the images like an animation.
Details:
My site has a set of short animations (currently 15 images each), along with some data and pdfs for each animation. A non-programmer will be hired to update the site with a new animation a few times a year. I have code for him to generate the images and other content. Currently, the site is in simple Javascript with image preloading that doesn't really work - the animations are choppy and unprofessional. My boss wants me to avoid Javascript and convert to Flash.
The hard part is that I need to provide code to automatically generate the website content (animations, etc) from the images and update the site. That is, the hired "updater" will run the code and then upload the new content. Right now, it is simple: each animation and data is an
html file with centralised javascript, so updating means making a new page with references to the new images. Converting to flash is hard: I am working on a solution using
libming and
mingw/msys but it is a rather slow process that is requiring me to learn libming, flash, and actionscript all at once.
Is there a better way? I can convert to avi or other video - what's the best way to display it in a webpage? The solution should be easy to use to update the site, even if it means more coding on my part, and needs to work in Windows.