Flash Media Server |
|||
| Server-Side ActionScript Language Reference > Server-Side ActionScript Language Reference > Client class > Client.uri | |||
Flash Media Server 2.
clientObject.uri
Property (read-only); the URI that the client specifies to connect to this application instance.
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