Trace - MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Manual

Server-side communication actionscript dictionary
Table of Contents

Advertisement

trace

Availability
Flash Communication Server MX.
Usage
trace("Hello world");
trace("Value of i = " + i);
Returns
Nothing.
Description
Method (global); displays the value of an expression in the Output window. The
message is
trace
also published to the logs/application appname stream, which is available in the Administration
Console or in the Communication App inspector. The values in the
expression are
trace
converted to strings if possible before they are sent to the Output window. You can use the
trace
method to debug a script.
Server-Side Communication ActionScript
65

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash communication server mx

Table of Contents