123 Flash Chat Server Software
Home > For Developers > Avatar Chat Parameters
User Manual
Home > For Developers
  • Introduction
  • Installation and Upgrade
  • Admin Panel
  • Website Integration
  • DIY Skin and Smiley
  • For Developers
  • Chat Client Parameters
  • Avatar Chat Parameters
  • Data API
  • Server API

Home HomePre page Chat Client Parameters | Data API Next page

Avatar Chat Parameters


Avatar Chat Parameters List (avatarchat.swf)

Parameter Default valuetypeDescription
init_groupdefaultStringthe group's value
init_host*Stringthe primary server's host value
init_port51127Numberthe primary server's port value
init_userusernameStringUser's name
init_password StringUser's password
init_room numberYour users can skip the room list page and automatically log directly into a specific avatar chat room. "Init_room" could help users with auto-login-room.
init_lang StringThis parameter helps the avatar chat client to load a defined language file.
init_lang in HTML code will disable the language value in the client.xml because init_lang has a higher priority.
In this way, a dynamic web application can choose to show the local language for specific users in that country.
view_private Boolean(true/false)Whether or not to display the private message window when user enters a room.
init_avatar StringPredefine the gender icon of the user.
blueman/ orangeman / redwoman / whitewoman (avatar SWF file name)

Avatar Chat Parameters Sample


<script src="123flashchat.js"></script>
<script language="javascript">
init_user="myusername";
init_password="mypassword";
init_room=1;
view_private=true;
init_avatar="boy";
init_host ="www.123flashchat.com";
init_port="80";
init_group="default";
openSWF('avatarchat.swf','800','600');
</script>
<noscript>
<DIV id="flashchat">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,19,0" WIDTH="800" HEIGHT="600" id="topcmm_123flashchat">
<PARAM NAME=movie VALUE="avatarchat.swf?init_user=myusername&init_password=mypassword&init_room=1& view_private=true&init_avatar=boy&init_host=www.123flashchat.com&init_port=80&init_group=default">
<PARAM NAME=quality VALUE="high">
<PARAM NAME="menu" value="false">
<EMBED src="avatarchat.swf?init_user=myusername&init_password=mypassword&init_room=1& view_private=true&init_avatar=boy&init_host=www.123flashchat.com&init_port=80&init_group=default" quality=high menu=false WIDTH="800" HEIGHT="600" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" scale="noscale" name="topcmm_123flashchat" swLiveConnect="true"></EMBED>
</OBJECT>
</DIV>

 

Related links:

Chat Client Parameters

Data API

Server API


Home HomePre page Chat Client Parameters | Data API Next page

Home | About | Demo | Features | Download | Order | FAQ | Support | Reviews | Affiliate | Links | Sitemap | Community | Blog
 
Chat Server Software| Flash Video Chat| Online Webcam Chat| Webcam Chat Room Software| Customizable Chat Program | Instant Messaging Chat Server
Flash Chat in China | Chat Plugin| Free Chat Host| Free Chat Server Download| Live Support Software | Add Chat Room to Website
Legal Disclaimer| Privacy Statement | Terms of Use Copyright © 2001-2009 TopCMM Software Corp. All Rights Reserved.