|
init_room and init_room_pwd
init_room help you with auto-login-room.
It won't be effective until user logged in successfully, so if you want
your members auto-login-chatroom once they enter a webpage, this parameter must
come with those 2 parameters we mentioned before: init_user and init_password.
The init_room value is room ID (init_room=)instead of room name.
If room is password protected, you need to set init_room_pwd.
init_room_pwd=
Of course init_room_pwd is not always needed.
Sample:
Auto-login with the user name and passwaord
123flashchat.swf?init_user=myusername&init_password=mypassword&init_room=123
updated at 2008-2-28 |