Thanks, Matthias, for the reply.
Matthias Kramm wrote:
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
It worked fine, but not quite as I expected.
The master and both movies document have different fps (30 and 12). Is
there no way to keep those different speeds?
I tried to wrap the movie in the following script:
.flash filename="aibo.swf" version=6 fps=12
.swf movie "aibo01.swf"
.frame 1
.put movie
.stop movie
.end
but it didn't work. BTW, how can I set the background color in the
script above?
But the most important issue can be viewed at frame 55 from
http://ousia.justfree.com/fc-movies.swf?addbuttons=1. Both movies are
displayed on the frames they have been embedded and in all subsequent ones.
This is obviously wrong. Is there no way to have the movie displayed
only on its frame?
Just in case it might help, I extracted the movies using swfextract -Pi
from http://randomfoo.net/oscon/2002/lessig/free_culture.swf.
Many thanks for your help,
Pablo