
Install Video Chat Client ---- Installation of Client
1) Unzip file Chat_Client.zip to target folder
Below is the file structure after unzip:
./chat.swf --- swf file
./UserIcons.swf --- user icon file
./setting.xml --- configure file
./themes/ --- style package
./lang/ --- language package
./cartoon/ --- emotion animation
2) Embed Chat Client into site page
Copy the file above into your website relative folder and add following code to the site
page you want to embed chat:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ver
sion=8,0,0,0" width="766" height="760" id="chat" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="chat.swf" />
<param name="quality" value="high" />
<param name="/jointfilesconvert/346489/bgcolor" value="#ffffff" />
<embed src="chat.swf" quality="high" /jointfilesconvert/346489/bgcolor="#ffffff" width="766" height="760"
name="chat" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Note: You can change "Width" value and "Height" value in Object tag and Embed tag to
change the size of Chat window; and you also can visit SWF file by the browser directly
which can make the Chat window full size the browser window.
TIPS: As to the problem that the Flash control must be acivated by mouse in IE explorer, it
can be solved by javascript. there are two ways at present: activecontent_samples
provided by Adobe and swfobject script offered by the third party.
Attention: Because of the Flash Player security policy, if the domain name of SWF file is
Commenti su questo manuale