swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] A couple of questions


From: Matthias Kramm
Subject: Re: [Swftools-common] A couple of questions
Date: Fri, 29 Oct 2004 15:28:59 +0200
User-agent: Mutt/1.5.6i

On Thu, Oct 28, 2004 at 07:12:42AM -0400, Chris Flowers wrote:
> Is there a parameter to set the framerate with pdf2swf?

No, but you can change the framerate afterwards:

    swfcombine -dr 25.0 file.swf -o file.swf

> With swfc, I can't make a label on frame 1.
> If I use:
> 
>  .frame 1 name=mylabel
> 
> the generated swf shows the label was put frame 2.

frame 1 in the SWF maps to frame 0 in swfc.
So you have to say
    .frame 0 name=mylabel
.
You'll need the very latest CVS version of swftools (of today) 
for this to work, though.

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]