i was using the folowing code that i got from another list, it's quick and
dirty, (the problem is the *no history*)

_global.alerta = function(mensagem){
    getURL("javascript:alert(' " + mensagem + " ')");
}

alerta("bla")

but for sure the ones showd here are more robust...i'm give a try...
thank you all!


----- Original Message ----- 
From: "Mark Walters" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, March 07, 2006 12:41 PM
Subject: Re: [Flashcoders] trace inside the browser


or if you just like using trace, follow my post here:
http://www.digitalflipbook.com/archives/2005/07/trace_from_the.php

- markW

On 3/7/06, Chris Hill <[EMAIL PROTECTED]> wrote:
> Use the luminic box logger.
> http://www.luminicbox.com/blog/default.aspx?page=post&id=2
>
> Rodrigo Guerra wrote:
> > hi,
> >
> > i'm trying to figure out a way to implement a debug that i can see
online (in the browser) and not just inside the flash environment. just like
trace, but it must work when the swf is online.
> >
> > i thought about a list component that appear and desapeear on a X
keypress, and a function that could add my traces outputs to it
> > i was wondering what other methods/ways you are doing this.
> >
> > thanks in advice.
> > rodrigo
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to