... maybe using zeroi together with the mtasc -keep parameter could do the
trick; with zeroi you don't have to change the trace-statement instead you just
define in ant which logger you want to use; could work... but i haven't tested
it.

hth

henrik

Ray Chuan wrote:
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

    


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

Reply via email to