Hi all,

I have an AS2 SWF (let's call it child.swf) I need to use in a project for
which I don't have source code and neither can I get it. This child.swf
provides an API to customise the display of its content. I have a wrapper
AS2 SWF (let's call it wrapper.swf) that loads child.swf and utilises this
API.

I've tried decompiling the child.swf in order to try and recompile it with
these customisations so I can avoid using wrapper.swf (there are reasons we
need to lose the wrapper which I won't go into).

I've also looked into using MTASC to compile the wrapper.swf's code into
child.swf but it seems MTASC replaces all code in the existing SWF rather
than augmenting it.

Anyone have any suggestions for how I might compile a few lines of extra
code into and existing SWF whilst maintaining all existing code?

Many thanks in advance for any help.

Regards,
Adrian Park
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to