Making web service classes available at
runtime (Flash Professional only)
In order to make the web service classes available at runtime, the WebServiceConnector
component must be in your FLA file's library. This component contains the runtime classes
that let you work with web services. For details on adding these classes to your FLA file, see
Chapter 16, "Data Integration (Flash Professional Only)," in Using Flash.
These classes are automatically made available to your Flash document when you add a
WebServiceConnector component to your FLA file.
Log class (Flash Professional only)
ActionScript Class Name
The Log class is part of the mx.services package and is used with the WebService class (see
"WebService class (Flash Professional only)" on page
the mx.data.services package, see
on page
1413.
You can create a new Log object to record activity related to a WebService object. To execute
code when messages are sent to a Log object, use the
no log file; the logging mechanism is whatever you have used in the
function, such as sending the log messages to a
The constructor for this class creates a Log object that can be passed as an optional parameter
to the WebService constructor (see
on page
1437).
1414
Web service classes (Flash Professional only)
mx.services.Log
"Web service classes (Flash Professional only)"
trace()
"WebService class (Flash Professional only)"
1437). For an overview of the classes in
callback function. There is
Log.onLog()
onLog()
statement.
callback
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?