Skip to main content
calmchessplayer
Inspiring
September 14, 2009
Question

flash chat alternate text colors

  • September 14, 2009
  • 1 reply
  • 2117 views

Anybody know how to alternate text colors in a Chat  i tried to use css but it changes all the text colors not just each message. Anybody know or point me in the right direction?

    This topic has been closed for replies.

    1 reply

    peruamal
    Known Participant
    September 14, 2009

    Hi Mate,

    Send the Color value from

    As3     ---->> FMS Asc (color).

    As3  << ----- FMS

    Ex:

    Flash

    ns.call(privateMsg ,#00000,null)

    ASC

    newClient.privateMsg = function(color){
        application.list[user].call("privateMsg2",color);
         }

    calmchessplayer
    Inspiring
    September 15, 2009

    That doesn't work i need to send the color to everybody not just a specific user problem is when i change a color all the text changes color not just the message.