Tech Journal Back to Tech Journal

How do I output trace/debug text from Flash?

Haven't you ever written a reall complex ActionScript, and couldn't understand why it refused to work on the remote site, but ran beautifully on your own computer? You can turn on the functionality of the trace() function, and output to a file.

Now whenever you output using trace(string), the string will go into c:\temp\flashlog.txt.

Above taken from http://www.digitalflipbook.com/archives/2005/07/trace_from_the.php.

Last updated on 2006-08-21 14:00:00 -0700, by Shalom Craimer

Back to Tech Journal