Home > Products > 123 Flash Chat > Buy
123 Flash Chat
Introduction
Requirements
Server Requirements
Supported Platforms
Hardware requirements
Java Virtual Machine(JVM) Requirements
Port requirements
Client Requirements
Hardware Requirements
Flash Player Requirements
Installation
Overview of files
Installing Chat Server
Windows NT/2k/XP
Windows Visa
Linux
Mac Operating System
Other Unix Operating System
Web server
Insert code
Easy Way
Advanced Way
Configuration
Server Configuration
Fcserver.xml
Connection Configuration
Global Configuration
Server.xml
General Configuration
User Configuration
Log Configuration
Filterwords Configuration
Robot Message
Server API
Modules
Logo Configuration
<room_id>.xml
Client Configuration
Client.xml
Skin Configuration
Predefined Message
Change Private Message Location
flashEmotion configuration
Client Admin Panel
Integrate Database Configuration
Chat Modules
Moderate chat module
Invisible admin chat module
Change nickname module
Pocket-pc & banner chat module
Audio-Video module
Encrypt-message chat module
Event-chat module
Image-transfer module
White-board module
Flash Media Server Setting
Buddy-List module
Visual Avatar Chat Module
Chat Room Remote Controller (MSN edition)
How to customize skin
Programmers Tools
Server API
Get Server Running Status
Send command to server to operate real-time data
Add room
Delete room
Broadcast
Private message
Client parameters
init_user and init_password
init_nickname
init_root
init_room and init_room_pwd
init_lang
init_skin
Admin mode
init_ad
Loading background
init_private and init_private_message
init_listroom
init_invisible
Avatar Chat Parameters
Lite Client
User Profile Interface
Cross Proxy
configuration
Home -> Manual

Image-transfer module

With this optional chat module, user can send an image in the chat lobby window or in the private chat window.

The code to activate upload-image function to 123flashchat, sample:

<image-transfer enableLobby="On" enablePrivate="On" uploadURL="" downloadURL="" maxUPLoadSize="50" imageHeight="200" imageWidth="200" allowGuest="On"></image-transfer>

Parameter

Type

Default value

Description

enableLobby

string

on

Enable or disable transfer image (support file type: .jpg, .jpeg) in lobby chat window

enablePrivate

String

on

Enable or disable transfer image (support file type: .jpg, . jpeg) in private chat window

uploadURL

String

Setting the URL that the file will be uploaded, you can use your own upload server (apache, tomcat, etc...) or use 123flashchat http server, if you use 123flashchat server, you must leave the uploadURL's value empty

downloadURL

String

Setting the URL that the file will be downloaded, you can use your own upload server (apache, tomcat, etc...) or use 123flashchat http server, if you user 123flashchat server, you must leave the downloadURL's value empty

maxUPLoadSize

Number

1024

Setting the max file can be uploaded to the server, the value must less than the value maxUPLoadSize in <123flashchat installed directory>/server/etc/fcserver.xml, if the value less than or equals to 0, this means the server will not accept any upload files.

imageHeight

Number

200

The height of uploaded image that will be displayed in the lobby or private chat window

imageWidth

Number

200

The width of uploaded image that will be displayed in the lobby or private chat window

allowGuest

String

On

Setting if the guest can upload file

autoLoadImage

String

Off

Enable or disable auto load an image and display it in the window, if disable this function, the user will get an alert message instead of load the image from server directly.

updated at 2008-2-28


Warning: include(/home/daniel/www/footer.php) [function.include]: failed to open stream: No such file or directory in /home/daniel/www/htdocs/server_help.php on line 14

Warning: include() [function.include]: Failed opening '/home/daniel/www/footer.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/daniel/www/htdocs/server_help.php on line 14