or you could extend NetConnection, but the client property was specifically made for the purpose you speak of.

On 9/14/06, Dominick Accattato < [EMAIL PROTECTED]> wrote:
In AS3:

/* clientObj is the responder */
NetConnection.client = clientObj;




On 9/14/06, Stanislaw Fiedor < [EMAIL PROTECTED]> wrote:
Hi!
I'm transfering an existing project from AS 1.0 into AS 3.0, and I have a
problem.
In my old script I called a nc.connect(myURI,params);
Where the params was a Nick with which the user was connecting, and I needed
it to handle it in the appConnect function, if there was valid param I was
invoking: service.invoke("setId" .............);
the nc.setId on the client was called and everybody was happy...
but since i can't add nc.setId in AS3 I have a problem how to handle the
service.invoke on the client side, because it's actually not a response on a
nc.call so I rather can't use a Responder.
Any idea how can I handle it?
Hoping for your help...
Kind regards
stfurca


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


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

Reply via email to