by samuel » Sat Feb 20, 2010 12:07 am
How do I use my own emoticons, sound clips and avatars?
- Log in to your account's control panel.
- Upload your own resource files. Please note the following restrictions.
- Emoticons, Avatars -- SWF / JPEG
- Audio -- MP3
- Edit your client configuration. The changes to be made are below. Search for the appropriate section.
- Emoticons
- Code: Select all
<emoticons enabled="true" allow="all" filebase="">
<selector maxwidth="170" spacing="10"/>
<emoticon code=":)" name="Smile" skinref="EmoticonSmile"/>
Replace with your own file, e.g. mysmiley.swf. Replace the skinref attribute to the file attribute. There should not be any path in the value. e.g. "CBS1/mysmiley.swf" is wrong. You cannot link to a file hosted on another location either. e.g. "http://www.mydomain.com/mysmiley.swf".
- Code: Select all
<emoticon code=":)" name="Sad" file="mysmiley.swf"/>
- Audio messages
- Code: Select all
<audiomessages enabled="true" allow="all" filebase="" listwidth="330" listheight="170" playalways="true">
<audiomessage id="101" file="../default/audio/bogus.mp3" name="Bogus"/>
Replace with your own file.
- Code: Select all
<audiomessage id="101" file="mysound.mp3" name="My Sound"/>
- Avatars
- Code: Select all
<avatars maxwidth="40" maxheight="40" enabled="true" filebase="" defaultid="12">
<custom-avatar enabled="true" script="http://host5.chatblazer.com/avatar.php" maxsize="30720"/>
Replace with your own, e.g. myavatar.swf.
- Code: Select all
<avatar id="9" name="My Avatar" file="myavatar.swf"/>
Samuel
ChatBlazer Support