View Single Post
  #3 (permalink)  
Old 03-23-2006, 02:29 AM
BigTim BigTim is offline
Junior Member
 
Join Date: Mar 2006
Posts: 1
Default 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.