Anyone know what params can be sent with a connection request? What is
expected with the Object[] params?
public boolean appConnect(IConnection conn, Object[] params) { . . . }
In Actionscript:
Normally how I connect . . .
nc_video.connect(server_app);
Could I pass additional params to the connection?
nc_video.connect(server_app, param1, param2, . . .);
Maybe I'm asking this the wrong way. If I wanted to get additional
params into the appConnect method on the connection of a client to my
application, how would I do that?
Thanks in advance,
Bill
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org