Hi

On 9/1/06, Weyert de Boer <[EMAIL PROTECTED]> 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
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


-- 
Cheers,
Ray Chuan

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to