The following functions are available anywhere in a server-side script:
|
Signature |
Description |
|---|---|
|
Stops a call to the setInterval() method. |
|
|
Provides access to the global object from the secure.asc file while the file is loading. |
|
|
Loads a Server-Side ActionScript file (ASC) or JavaScript file (JS) into the main.asc file. |
|
|
Protects the methods of an object from application code. |
|
|
Prevents certain methods and properties from being enumerated, writable, and deletable. |
|
|
Calls a function or method at a specified time interval until the clearInterval() method is called. |
|
|
Evaluates an expression and displays the value. |