When i started working on mogobe.com
I wrote a small script that publishes all *.fla in all folder and sub folder.
Now I want to add error handling for that script.
I want to know is there is another way to get the data from those objects:
fl.outputPanel
fl.compilerErrors
instead of writing them as file to the file system, read that text file and then deleting it?