swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] How to vertical or horizontal flip a SWF


From: Matthias Kramm
Subject: Re: [Swftools-common] How to vertical or horizontal flip a SWF
Date: Wed, 13 Aug 2008 09:57:22 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Aug 06, 2008 at 05:55:30PM +0700, Cornelis Brouwers <address@hidden> 
wrote:
> Maybe someone knows how to vertical, horizontal flip and rotate a SWF file
> (it's preferred that the registering point stays the same).

Flip horizontally:
    swfcombine -dw -100 file.swf -o file.swf

Flip vertically:
    swfcombine -dh -100 file.swf -o file.swf

rotating is not possible yet with swfcombine, but you could load
the file into a swfc script and use a rotated ".put".

Greetings

Matthias






reply via email to

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