Introduction
Html Chat Parameters Sample
Html Parameters List (123flashchat.html)
Introduction
123 Flash Chat Client offers a group of parameter interface so that it can make the system support passing parameters from outer sources to initialize some settings. Html Chat Client supports passing parameters with http get, and all parameters should follow up 123flashchat.html.
Chat Client Parameters Sample
http://yourdomain.com/client/htmlchat/123flashchat.html?init_user=123&init_room=1
Html Chat Parameters List (123flashchat.html)
| 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_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_room_pwd | | String | If the room is password protected, you need to set init_room_pwd ( init_room_pwd=) Of course init_room_pwd is not obligatory. |
| init_mode | | String | If you set this parameter's value "simple", the right panel of the chat window won't be displayed. |