123 Flash Chat Server Software
User Manual
Home
  • Introduction
  • Installation
  • Admin Panel
  • Website Integration
  • For Developers
  • Chat Client Parameters
  • Html Chat Parameters
  • Avatar Chat Parameters
  • Data API
  • Server API
  • Friend List Integration
  • Configure Wowza Media Server

Home HomePre page Chat Client Parameters | Avatar Chat Parameters Next page

Html Chat Parameters


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 valuetypeDescription
init_groupdefaultStringthe group's value
init_host*Stringthe primary server's host value
init_port51127Numberthe primary server's port value
init_host_s*Stringthe secondary server's host value
init_port_s51128Numberthe secondary server's port_value
init_host_h*Stringthe HTTP server's host value
init_port_h35555Numberthe HTTP server's port value
init_user StringUser's name
init_password StringUser's password
init_root StringThe 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/ Stringinit_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.

Related links:

For Developers


Home HomePre page Chat Client Parameters | Avatar Chat Parameters Next page

Copyright @2001-2011 TopCMM Software Corp.