|
|||
|
Hi -
I've tried to figure this out for a while now and cannot - I want to remove all of the graphics from the chat client - the coffee cups, the smileys, *everything*. I've been able to modify the skin to get rid of just about everything - but i cant get rid of the coffee cup next to each user in the room list. How can I do this?? there must be a way. thanks, will |
|
|||
|
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. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|