Client.uri

Availability

Flash Media Server 2.

Usage

clientObject.uri

Description

Property (read-only); the URI that the client specifies to connect to this application instance.

Example

The following example defines an onConnect callback function that sends a message indicating the URI the new client used to connect to the application:

application.onConnect = function(newClient, name){
    trace("New user requested to connect to " + newClient.uri); 
};

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fms/2/docs/00000680.html