MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 60

Server-side actionscript language reference
Table of Contents

Advertisement

Example
The following example defines a function that is called whenever an undefined property is
referenced:
Client.prototype.__resolve = function (name) {
return "Hello, world!";
};
function onConnect(newClient){
// Prints "Hello World".
trace (newClient.property1);
}
Client.secure
Availability
Flash Media Server 2.
Usage
clientObject.secure
Description
Property (read-only); a Boolean value that indicates whether an Internet connection is secure
(
) or not (
true
false
See also
NetConnection.connect()
Client.setBandwidthLimit()
Availability
Flash Communication Server MX 1.0.
Usage
clientObject.setBandwidthLimit(iServerToClient, iClientToServer)
Parameters
iServerToClient
0 if you don't want to change the current setting.
iClientToServer
0 if you don't want to change the current setting.
60
Server-Side ActionScript Language Reference
).
A Number; the bandwidth from server to client, in bytes per second. Use
A Number; the bandwidth from client to server, in bytes per second. Use

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