Client Parameters List (123flashchat.html)
Chat Client Parameters Sample
Chat Client Parameters List (123flashchat.swf)
| Parameter | Default value | type | Description |
| init_group | default | String | the group's value |
| init_host | * | String | the primary server's host value |
| init_port | 51127 | Number | the primary server's port value |
| init_host_s | * | String | the secondary server's host value |
| init_port_s | 51128 | Number | the secondary server's port_value |
| init_host_h | * | String | the HTTP server's host value |
| init_port_h | 35555 | Number | the HTTP server's port value |
| init_user | | String | User's name |
| init_password | | String | User's password |
| init_nickname | | String | This parameter gives logged on users a display nickname automatically. It will only be valid if you set it in the server.xml configuration as follows: <change-nick enable="On" enableCustomProfile="On"></change-nick> It can be used in conjunction with init_user and init_password, so that a user can have their own nickname once they are automatically logged in. |
| init_root | | String | The init_root is the string of an URL or a directory. It is only useful when the chat html file and the 123flashchat.swf are located in different directories. With init_root, the swf can automatically load the skin folder under the specified root directory: Note: please add a slash at the end of this value, It should look like the following: http://www.yourhostname.com/yourdir/ It should NOT look like the example below: http://www.yourhostname.com/yourdir |
| init_room | | Number/ String | init_room=room id or init_room=room name To be effective, this parameter must be used in conjunction with the other two parameters: init_user and init_password. |
| init_userlist | | String | Hide the user list |
| init_dir | | String | Right to left input |
Chat Client Parameters Sample
<!-- FOR 123FLASHCHAT CODE BEGIN -->
<iframe HEIGHT="476" WIDTH="634" src="http://www.123flashchat.com:35555/htmlchat/123flashchat.html?init_host=www.123flashchat.com&init_room=1&init_host_s=www.123flashchat.com&init_port_s=&init_host_h=www.123flashchat.com&init_port_h=" vspale="0" scrolling="no" noresize="noresize" name="htmlchat" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" border="0" />
<!-- FOR 123FLASHCHAT CODE END -->