clientObject.referrer
Read-only; A string containing the URL of the SWF file or the server in which this connection originated.
Availability
Flash Communication Server 1
Example
application.onConnect = function(newClient, name){
trace("New user connected to server from" + newClient.referrer);
};