|
|
|
Configure Client Detail

The graphic configure tool on Windows platform is offered in package, which requires .NET Framework 2.0. After finishing the installation, the configure tool will be called automatically. You also can find it in the package directory “tools/configtool” and use it to edit file “setting.xml”. It analyzes, notice and offer the optional items.
And you also can edit it manually by the other text edit tools. The following is the detail description of this file:
<?xml version="1.0" encoding="UTF-8" ?>
<clientSet>
<server url="localhost" port="1935" />
Here input server's address and port. The address could be IP or Server's name. Attention: don't add "http://" before the address.
The default port of Red5 Server and Flash Media Server is 1935. If you changed it, please do relevant modification.
<remoting gateway="http://localhost/amfphp_1.2/gateway.php" classPath ="echat.chatService" />
Configure the Remoting settings for VideoChat and database connecting.
Gateway: the address of gateway. On the Windows platform, it should be webpage “Gateway.aspx” which is under the virtual directory defined during installation; on the Linux platform, please find the HTTP address of gateway.php under the Client directory. Please make sure that the gateway webpage can be visited by the web browser.
classPath: class of path, if you are not clear about this please don’t make any change of the original.
<limitlist limitForOutput="100" limitForLog="100" />
This command is used for configuring the numbers of messages displaying in the public chat window and in the chat history.
limitForOutput is specified for the max item number for the messages in the chat window;
limitForLog is specified for the max item number for the messages in the history window.
<rootPath value="" />
Resource Path setting defines the root paths of language package and skin package. Default is current path, set it to be empty.
It could be defined as relative path or absolute path, for example: ./flashchat/ or http://www.flashpioneer.com/.
Notice that the path must end with "/".
<reLogin url="http://localhost/login" />
Login page is for users. The user jump to this url when they have complete their lessons.
<language value="en" />
Language package setting. Select the language for interface. Now we provide following languages:
en -- English
zh-CN -- Chinese Simplified
zh-TW -- Chinese Traditional
The language package is in the directory of <roomPath>/lang/
You can also do translation according to the language package available in the directory. You should save the translation file in the name of language_***.xml into the directory of language package, and then select language.
If no language is selected, Client will automatically get the language information of user's operating system and then to get relevant language package.
If a language has been selected, then this language package will be loaded.
<theme value="default" />
Interface style file is in the directory of <rootPath>/themes/, and each style is a directory named by this style.
We provides 6 different styles in the chat package, you can custom the skin by yourself or let us to do it for you.
<visibleMarquee value = "true" />
this command is used to set to show the scrolling news bar on the top. The scrolling news bar on the top shows the news sent by administrator. If you don't want to show it, set it to be "false".
<visibleWhitePaper value="true" />
this command is used to set to show Doodle. If you don't want to use the module, set it to be "false".
<paperWidth value = "550" />
<paperHeight value = "428" />
Doodle window size setting
<videoSetting fps = "10" quality = "65" layoutType="2" />
| fps: |
The requested rate at which the camera should capture data, in frames per second. The default value is 10 and it suggested to be between 10 to 15. |
| Quality: |
Specifies the required level of picture quality, Acceptable values range from 1 (lowest quality) to 100 (highest quality). To specify that picture quality can vary as needed to avoid exceeding bandwidth, pass 0 for quality. The default value is 65. |
| Layout Type: |
Specifies the required level of picture quality, Acceptable values range from Student's video panel's number.
1) 2 students’ video panels
2) 4 students’ video panels
3) 6 students’ video panels
|
<maxPrivateWindow value="5" />
Max windows number of private chat. Default is 5 and it suggested to be between 1 to 8.
<enterRoomMsg value="true" />
this command is used to set to show the information of someone's entering. Default is "true".
<quitRoomMsg value="true" />
this command is used to set to show the information of others' quit. Default is "true".
<enterRoomSound value="false" />
this command is used to set to play notice sound when someone enters room. Default is "false".
<quitRoomSound value="false" />
this command is used to set to play notice sound when someone quits room. Default is "false".
<messageSound value="true" />
this command is used to set to play sound when receive new message. Default is "true".
<noticeSound value="true" />
this command is used to set to play notice sound when receive new broadcast news. Default is "true".
<enableUButton value="true" />
this command is used to set to show Underline button in chat toolbar.
<enableBButton value="true" />
this command is used to set to show Bold button in chat toolbar.
<enableIButton value="true" />
this command is used to set to show Italic button in chat toolbar.
<enableColorPicker value="true" />
this command is used to set to show ColorPicker in chat toolbar.
<enableSelectTextBack value="true" />
this command is used to set to show Select Text Area Background button in chat toolbar.
<enableSmiley value="true" />
this command is used to set to show Smiley button in chat toolbar.
<showSmileLimit value = "5" />
the use of smiley is limited. Max number of smiley in one message can be set. If you set it be 0, it means no limit.
<showTimeStamp value="true" />
this command is used to set to show time stamp ahead of message.
<parseURL value="true" />
this command is used for automatically parse the URL in chat message to be hyperlink.
<preDefinedMsg enabled="true">
<msg value="Hello,can I help you?"/>
<msg value="May I have your name and E-Mail address please?"/>
<msg value="Could you please give more detailed steps so that we can reproduce the problem on our side?"/>
<msg value="Wait a minute please; I am now checking the problem for you."/>
<msg value="I will send the relevant information to you via email; please remember to check your mailbox for it."/>
<msg value="My pleasure."/>
</preDefinedMsg>
Predefined Message : Frequently used messages.
enabled: whether show the Predefined Message panel in chat tool.
<fontSizeList enable="true" value="10,11,12,13,14,15,16,18,20,22" defaultSize="12"/>
The font panel in chat toolbar.
Enabled: to show this panel or not.
Value: available font size group, separated by ","
defaultSize: default front size.
</clientSet>
|
|