[osflash] Using MTASC for SWF altering?

Ray Chuan rctay89 at gmail.com
Fri Sep 1 12:07:36 EDT 2006


Hi

On 9/1/06, Weyert de Boer <mailings at innerfuse.biz> wrote:
> I will have a look at that. Thanks. I wanted to replace the
> trace()-method in a existing SWF file ;-)

Sorry if I didn't get that right. I don't know if it might work, but
you could try overwriting the trace function (even though it's built
in) and loading the swf.

_global.trace = function():Void {
  Logger.log.apply(Logger, arguments);
}

//load clip...

Don't know if it works, but maybe you want to give it a shot.

> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


-- 
Cheers,
Ray Chuan



More information about the osflash mailing list