You need to add authentication. When connecting, the client need to
pass some extra arguments (such as user/password or HTTP session ID
from cookie) encoded into the connection url, then I think its easy to
find out who called what, but you need to do some serverside coding
...

On 6/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> How do I know who (what client) is executing a server side method from
> a flash client?  If a connected flash client executes the method
> _connection.call("Server.someServerMethod", null, param1 );
> on that connection, how do I know who that client is?  Is it possible
> so that I can see if that user is allowed to execute it?  -David
>
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>


-- 
Roberto Saccon

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to