swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Tools for direct SWF manipulation.


From: Matthias Kramm
Subject: Re: [Swftools-common] Tools for direct SWF manipulation.
Date: Sat, 24 Jan 2004 13:47:38 +0100
User-agent: Mutt/1.4i

On Tue, Jan 20, 2004 at 08:59:31PM -0500, David E. West wrote:
> Finally, my questions are:
> 
> (1) Is there a tool in swftools that will allow this sort of direct object-
>     level swf manipulation?

There's swfcombine, which can do most of what you want.
For example, the "swfinsert -t <id>" you described is equivalent
to the following swfcombine command:

    swfcombine file.swf '#<id>'=replacement.swf -o output.swf

If that object you want to replace happens to have a name, you
can also simply do

    swfcombine file.swf <object>=replacement.swf -o output.swf

Furthermore, with

    swfextract -i <id> file.swf -o output.swf
    
you can extract objects from swf files
(in order to e.g. create those "replacement.swf" files).

Notice, however, that swfcombine works on the display level, not the
meta-data level- i.e. you can replace visible characters only, not individual
properties (like, for instance, a specific texture of a shape).

Greetings

Matthias







reply via email to

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