Widget.trace()

Availability

Flash Player 7 + TheSpringBox 1.1.1

Usage

Widget.trace(message:String) : Void;

Parameters

message - A String that will be sent to the Output window for display.

Returns

Nothing.

Description

Method; displays data in the Output window for debugging.

Example

In the below example, a string is sent to the Output window:

Widget.trace("Hello World!");