swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Get pictures from MovieClips


From: Matthias Kramm
Subject: Re: [Swftools-common] Get pictures from MovieClips
Date: Sat, 3 Nov 2012 12:21:45 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Nov 03, 2012 at 09:54:46AM +0100, Pablo Beltran <address@hidden> wrote:
> Movieclips created by using SWFTools have a lot of children of two types:
> Shape and TextBlock.
> 
> Is there any way to identify jpeg and png images?

Run
    swfextract file.swf
.
It will print out lines like:
[-j] 22 JPEGs: ID(s) 237, 239, 241, 243, 
[-p] 1 PNGs: ID(s) 642

Those are the IDs that contain JPEGs and PNGs. 
If you run
    swfdump -u file.swf
it will tell you which IDs are used by Shapes:

[002]        44 DEFINESHAPE defines id 0643
                uses IDs: 642

I.e., in this case, ID 0643 is drawing a PNG.

Matthias



reply via email to

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