[Flashcoders] trace inside the browser

2006-03-07 Thread Rodrigo Guerra
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

RE: [Flashcoders] trace inside the browser

2006-03-07 Thread Nick Weekes
I use Xray:

http://www.osflash.org/xray
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo
Guerra
Sent: 07 March 2006 15:16
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] trace inside the browser

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


Re: [Flashcoders] trace inside the browser

2006-03-07 Thread Chris Hill

Use the luminic box logger.
http://www.luminicbox.com/blog/default.aspx?page=postid=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


Re: [Flashcoders] trace inside the browser

2006-03-07 Thread Mark Walters
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=postid=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


Re: [Flashcoders] trace inside the browser

2006-03-07 Thread Rodrigo Guerra
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=postid=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


RE: [Flashcoders] trace inside the browser

2006-03-07 Thread Mendelsohn, Michael
Or, you can use:
getURL(javascript:window.status = yourData);

I like to think of the browser's status bar as a built in output spot,
granted, it's only one line at a time.

___
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


Re: [Flashcoders] trace inside the browser

2006-03-07 Thread blists

This trace viewer works well for viewing traces inside the browser
http://www.alexisisaac.net/flash/articles/flash-7-trace-viewer.html


At 08:12 AM 3/7/2006, you wrote:

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=postid=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



___
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


RE: [Flashcoders] trace inside the browser

2006-03-07 Thread Damian Taggart
Hi list,

I wrote a simple class to do that. example here:
http://w1imr.tvi.edu/apps/damian/temp/debug/traceinbrowser.html

Download (with .as dependencies):
http://w1imr.tvi.edu/apps/damian/temp/debug.rar

If anyone improves this, let me know! example usage:

import edu.tvi.utils.Debug;
Debug.start();
Debug.traceObjects(this, false, true);
Debug.trace('\nJust use the function like regular old trace!');

--Damian

___
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


Re: [Flashcoders] trace inside the browser

2006-03-07 Thread Josh McDonald
Make sure that if you're using 7, that you've got 7.2, it cures all the
problems where it mysteriously stops working I think :)
 
-- 
 
I got a fever! And the only prescription, is more cowbell.
 
Josh McDonald
Analyst Programmer
Information Technology
Ph: 61 7 3006 6460
Email: [EMAIL PROTECTED]


 [EMAIL PROTECTED] 08/03/2006 1:41:27 am 

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=postid=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







***
Messages included in this e-mail and any of its attachments are those
of the author unless specifically stated to represent WorkCover Queensland. The 
contents of this message are to be used for the intended purpose only and are 
to be kept confidential at all times.
This message may contain privileged information directed only to the intended 
addressee/s. Accidental receipt of this information should be deleted promptly 
and the sender notified.
This e-mail has been scanned by Sophos for known viruses.
However, no warranty nor liability is implied in this respect.


___
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