Way to display 'trace' result in the swf

I am new to AS, my question is that as we use “document.write” in javascript, similarly i use “trace” in flash. But, what if i want it to get displayed in the swf itself. Will i have to use a “dynamic text box” (if yes, how) like writing " mytxtbox.text= …" or what else is the way. The point being that the result that gets displyed in the output panel because of trace should come in the ‘swf’ so that someone using the swf to test would not need my .fla
i hope the question is clear.