On Tue, Apr 22, 2008 at 07:17:11AM -0600, Mike Esler <[EMAIL PROTECTED]> wrote: > * Generate an SWF from images using png2swf.
You should use pdf2swf. Better quality. (Then again, you probably don't need to zoom your slides, so it might not make much difference) > So I guess what I'm wondering is, is this too ambitious for SWFtools? Is it > achievable with just swfcombine, or do I need an swfc script. I would use an swfc script. I think it's much simpler, and you won't have to do all those "find out ID using swfdump, replace that ID using swfcombine" workarounds. If you've got enough time, you may even want to browse a few ActionScript tutorials, so you can do most of the animation logic using Flash's action engine. Concerning example scripts, I used to have a keyboard_viewer.sc file here somewhere, but right now can't find it. (I'll keep digging) Maybe Laurent's moviecontrol script http://technoargia.free.fr/swftools/examples/moviecontrol/moviecontrol.html can help you get started in the meantime? Greetings Matthias