Using trace function to print out all properties of an object in Flash
The trace() function in flash is used much like alert() in Javascript. You can use it to print the contents of a variable or the result of an expression. For example var theNumber = 2
Continue reading