Re:Coffee Cup smiley
Hi
To remove the avatar of each user, please follow these step:
1, open 123flashchat.fla
2, goto the 7th frame, you will find a rectangle with the black frame on the right side of the Stage, this is a MovieClip whose instance-name is "userList", double click it to open this MovieClip
3, in this MovieClip, you can find a layer named "as", please open your action panel to view the ActionScript code in 1st frame of this layer
4, find "aim.changeHeadIco(avatarStr); " in this code, it is at around line 176. Please change it to "aim.changeHeadIco(null); ", this means no avatar will create to display at any time.
5, save this file and republish it.
Thank you.
|