User Guide
Global functions 9
Global functions
The following table lists all the global functions in the Server-Side ActionScript Language
Reference.
Stream class The Stream class lets you handle each stream in a Flash Media
Server application.
WebService class The WebServices class lets you create and access a WSDL/
SOAP web service.
XML class The XML class lets you load, parse, send, build, and manipulate
XML document trees.
XMLSocket class The XMLSocket class implements client sockets that let Flash
Media Server communicate with a server identified by an IP
address or domain name.
XMLStreams class The XMLStreams class is a variation of the XMLSocket class. It
has all the same methods, properties, and events, but it transmits
and receives data in fragments.
Global function Description
clearInterval() Cancels a time-out that was set with a call to the setInterval()
method.
getGlobal() Provides access to the global object while the secure.asc file is
loading.
load() Loads an ActionScript file in the main.asc file.
protectObject() Protects user-defined or built-in objects behind a C wrapper
object.
setAttributes() Lets you prevent certain methods and properties from being
enumerated, written, and deleted.
setInterval() Continually calls a function or method at a specified time interval
until the
clearInterval() method is called.
trace() Evaluates an expression and displays the value.
ActionScript class Description