Flash Media Server Developer Documentation

Global functions

The following functions are available anywhere in a server-side script:

Signature

Description

clearInterval()

Stops a call to the setInterval() method.

getGlobal()

Provides access to the global object from the secure.asc file while the file is loading.

load()

Loads a Server-Side ActionScript file (ASC) or JavaScript file (JS) into the main.asc file.

protectObject()

Protects the methods of an object from application code.

setAttributes()

Prevents certain methods and properties from being enumerated, writable, and deletable.

setInterval()

Calls a function or method at a specified time interval until the clearInterval() method is called.

trace()

Evaluates an expression and displays the value.