Actionscript Classes - MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference

Server-side actionscript language reference
Table of Contents

Advertisement

Avoiding reserved commands
Flash Media Server has reserved commands that you cannot use in a script. These commands
are either methods that belong to the client-side NetConnection class or methods that belong
to the server-side Client class. This means that if you have a NetConnection object on the
client (player), you cannot make the following call:
nc.call("reservedCmd", ...);
In this call,
"reservedCmd"
,
createStream
deleteStream
, or
receiveVideo
seek
getBandwidthLimit

ActionScript classes

The following table lists all the classes in the Server-Side ActionScript Language Reference.
ActionScript class
Application class
Client class
File class
LoadVars class
Log class
NetConnection class
SharedObject class
SOAPCall class
SOAPFault class
8
Server-Side ActionScript Language Reference
is any of the following commands:
,
onStatus
. It also cannot be any of the server-side Client class methods:
,
setBandwidthLimit
Description
The Application class contains information about a Flash Media
Server application instance that lasts until the application instance
is unloaded.
The Client class lets you handle each user, or
a Flash Media Server application instance.
The File class lets applications write to the server's file system.
The LoadVars class lets you load variables into a server-side script
from a remote or local location.
The Log class lets you create a Log object that can be passed as
an optional argument to the
The server-side NetConnection class lets you create a two-way
connection between a Flash Media Server application instance
and an application server, another Flash Media Server, or another
Flash Media Server application instance on the same server.
The Shared Object class lets you share data between multiple
client applications in real time.
The SOAPCall class is the object type that is returned from all web
service calls.
The SOAPFault class is the object type of the error object returned
to
WebService.onFault
,
,
,
pause
play
publish
,
, and
getStats
ping
Constructor for the WebService
and
SOAPCall.onFault
,
closeStream
connect
,
,
receiveAudio
.
client
, connection to
functions.
,
class.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents