FlexChatRoom is a free instant messaging tool. C++ chat server, Flash chat client. Integrated with your Website,Blog,Forum,Joomla, phpBB, etc. Customizable skins. FlexChatRoom is a completely free, you can use and disseminate it.[/B] Live Demo visit: http://www.flexchatroom.com/chat.php Intergration Guide 1. chat rooms links Link to the chat room is as follows: http://www.flexchatroom.com/chat.php?roomuuid={chat_room_unique_ID}&roomname={chat_room_name} The only chat room where{chat_room_unique_ID} is used to distinguish the chat room identifier, the ID can be defined by the user on their own or visit the following link to obtain [http://www.flexchatroom.com/uuid.php], {chat_room_name} can be defined by the user. A complete example of a chat room link is as follows: http://www.flexchatroom.com/chat.php?roomuuid=86DC3908-1883-0C19-10CC-8F48D867CC38&roomname=TestRoom 2. intergrate as iframe <iframe width="760" height="470" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" src="{link_to_your_chatroom}"></iframe> 3. intergrate as flash <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="760" height="470" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param name="src" value="{link_to_your_chatroom}" /> <param name="quality" value="high" /> </object> 4. intergrate with wordpress,ebay etc <embed type="application/x-shockwave-flash" width="760" height="470" src="{link_to_your_chatroom}" quality="high"></embed>