swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Extract links and Text using SwfDump


From: Matthias Kramm
Subject: Re: [Swftools-common] Extract links and Text using SwfDump
Date: Wed, 13 Aug 2008 09:59:54 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Aug 07, 2008 at 01:43:16PM -0400, Tony Stallan <address@hidden> wrote:
> I want to be able to extract all of the internal links from a SWF file and
> the text that is associated with each link.
>  
> Using SwfDump I can see the Text and the links but cannot see how they are
> associated.

First of all, not every link *has* to be associated with a text. You
can put links on images, or even blank areas.

That being said, you can try to figure out which link belongs to which
text by looking at the bounding boxes of both.
Use 
    swfdump -b file.swf
to dump out the bounding boxes. Intersecting bounding boxes of 
DEFINETEXT and DEFINEBUTTON are probably a linked text.

Greetings

Matthias






reply via email to

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