On Sun, Nov 23, 2008 at 10:19:29AM +0100, Pablo Rodríguez <[EMAIL PROTECTED]>
wrote:
> PDF document will be generated from a PPT presentation. I wonder whether
> I could include a couple of images that could be replaced after the
> pdf2swf conversion with both SWF movies.
>
> Or even better would be to able to replace or insert a new frame in the
> output from pdf2swf.
The following replaces frame 9 in "document.swf" with "movie.swf":
swfcombine document.swf -f '#9'=movie.swf -o combined.swf
Greetings
Matthias