swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Python module, change Flash version?


From: Ricardo Pedroso
Subject: Re: [Swftools-common] Python module, change Flash version?
Date: Thu, 11 Feb 2010 11:44:51 +0000

On Thu, Feb 11, 2010 at 10:01 AM, Gustavo Frei <address@hidden> wrote:
> Hi,
>
> I have a simple question (i think):
>
> How do I change what Flash version the output swf will have in the Python
> module (gfx)?
> I know that when using in command line it is like pdf2swf -T9 but what do i
> write to get T9 in Python module?

If I recall, something like this should do it:
swf = gfx.SWF()
swf.setparameter("flashversion", "9")


Ricardo




reply via email to

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