On Thu, Feb 11, 2010 at 10:01 AM, Gustavo Frei <[email protected]> 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
