|
How to configure skin How to configure skin?123 Flash Chat is skinnable. The skins are stored in the folder: <123FlashChatServer installed directory>/client/skin/ To choose a skin from the available skin collection for all the users in the chat room, 123 Flash Chat admin has three choices:
1. Configure in the admin panelFirstly login as admin and enter the admin panel, Basic Settings-> Skin Setting, choose a particular skin and check out the skin thumbnail, once decided, click to submit your choice.
2. Configure client.xml:If you prefer editing XML rather than configuring it in a visual admin panel, with a text-editing tool like notepad, you can easily configure client.xml in this directory: <123FlashChatServer installed directory>/server/etc/groups/default/client.xml Find: <skin value="default"></skin> Replace the "default" with a specific skin name, save and upload it to the original directory, and restart the chat server to apply the changes. 3 . Edit HTML codeAs we stated in the quickstart.html , 123 Flash Chat is added into your webpage with some HTML code like this: <OBJECT You can ins ert the HTML code into a static or dynamic webpage, in the latter case, you can dynamically control the interface skin by adding parameter in to the HTML code, like this: classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,19,0" WIDTH="634" HEIGHT="476"> <PARAM NAME=movie VALUE="123flashchat.swf"> <PARAM NAME=quality VALUE="high"> <PARAM NAME="menu" value="false"> <EMBED src="123flashchat.swf" quality=high menu=false WIDTH="634" HEIGHT="476" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> <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="634" HEIGHT="476"> <PARAM NAME=movie VALUE="123flashchat.swf?init_skin=classic"> <PARAM NAME=quality VALUE="high"> <PARAM NAME="menu" value="false"> <EMBED src="123flashchat.swf?init_skin=classic" quality=high menu=false WIDTH="634" HEIGHT="476" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> You can see that the “classic�? skin is enabled by default. Available SkinsFollowing 11 skins are available in current version, you can modify any skin or add your own based on them: Click here to check all the skins online! Make new skin.You can design your own skin, without the flash source code, please refer to: If you'd like transparent background, please save it to PNG or GIF and import it to flash to convert it to a SWF file without background. You are welcome to share your skin design with all of the users of 123 Flash Chat in our forum showcase or official skin showcase, we'll appreciate it. If you want us to design a skin for you, you can place order at this page, and please drop an email with details of the skin you want to support@123flashchat.com. Thank you. |
||








