
Flash Player 7 + TheSpringBox 1.1.1
Widget.trace(message:String) : Void;
message - A String that will be sent to the Output window for display.
Nothing.
Method; displays data in the Output window for debugging.
In the below example, a string is sent to the Output window:
Widget.trace("Hello World!");