Getsharedobjects() - MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Reference

Server management actionscript language reference
Table of Contents

Advertisement

Description
Returns an array containing the names of all the services currently connected to Flash Media
Server.
Special applications may connect and offer themselves as services to the Flash Media Server.
These connections can currently only come through the Java or C SDK for Flash Media
Server, as normal connections cannot register as a service. Each application may request the
use of these services, and the requested service will offer itself to the application.

getSharedObjects()

Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
getSharedObjects(app_instance)
Parameters
A string that contains the name of the instance of the application, in the
app_instance
form
application_name/instance_name
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object. The
object has the following properties:
data
Property
persistent
volatile
If the call fails, the server sends a reply information object with a
and a
property of
code
Some objects might also have a
cause of the failure.
This call fails if you supply an application or instance name that does not exist.
Description
Gets the names of all the shared objects that are currently active.
.
NetConnection.Call.Success
Description
Array of strings that contain persistent shared object names.
Array of strings that contain shared object names that are not
persistent.
NetConnection.Call.Failed
description
, and a
level
or a more specific value, if available.
property that contains a string describing the
property of
level
property that is an
data
property of
error
getSharedObjects()
49

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT 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