This example just passess the user credentials through the NetConnection.connect call. So in this example the connect call would look like:
var nc:NetConnection = new NetConnection(); nc.connect(url, userName, password);
Charlie
Hi Charlie,
I am using JW player to play rtmp. Do you know where is the file path to to modify the following code?
var nc:NetConnection = new NetConnection();
nc.connect(url, userName, password);
Thanks,
Shen