Step 3): Edit client.xml
With a text-editing tool like notepad, you can edit client.xml in your
web directory. You must be very careful about two values in this process,
the host value and the port value.
The host value could be the host name of the chat server, or your IP
address. There are situations as follows:
1) Host value
If the url your flash client used is your hostname, eg. http://www.yourhostname.com/chat/123flashchat.swf
then you should use the domain name " yourhostname.com" or
other sub-domain-name like www.yourhostname.com or chat.yourhostname.com
as host name.
Moreover, the IP address to which this domain name directs to must be
the IP address of the server machine on which you've started chat server.
<host value=www.yourhostname.com>
If you want your swf file available with IP address like: http://11.22.33.44/chat/123flashchat.swf
then in client.xml, for the host value, you should also enter: 11.22.33.44
<host value="11.22.33.44">
2) port value
The default port is 51127. You don't have to change this port if you
haven't change the port in configuration file fcserver.xml. The pot
value must be in accordance with the one in the fcserver.xml