swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] use output of swfdump to create a new swf?


From: michael geary
Subject: Re: [Swftools-common] use output of swfdump to create a new swf?
Date: Tue, 18 Jan 2005 10:05:04 -0700

Hi Matthias,

yes. In my particular case, i'm talking about working around the apparent bug I've encountered with the python SWF module, which updates DEFINESHAPEs to DEFINESHAPE3s and somehow breaks my swfs.

My thoughts were to dump the before and after files, find and fix the differences, and then re-produce the "after" files with the fix. Does flasm do this well? I'll check it out... I ended up getting around my problem by using swfexport to export each frame of my swf, and then swfcombine to re-assemble them. Somehow it fixed the problem.

Anyway, you are correct that the value of a dump->modify->assemble tool would be really great.

Thanks,

michael

On Jan 18, 2005, at 8:41 AM, Matthias Kramm wrote:

Are you talking about something like flasm, which
disassembles a SWF (into a text file), allows you to edit it, and
then reassemble it again?
You'd need a different dump format in order for that to be really
useful (i.e., dependencies should be dumped seperately etc.)-
That's actually something I've been planning for a while now, but
didn't get around to it yet.
It would be immensely useful for doing quick edit operations on
the SWF, like deleting, swapping or adding objects etc.

Greetings

Matthias





reply via email to

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