Skip to main content
October 9, 2009
Question

Send HTML data

  • October 9, 2009
  • 1 reply
  • 552 views

Hi Everyone,

I am working in flash chat in that I need font type,size and color for typed text. how to send the html data from client to server and get back for client.

Thanks in advance.

Saransoft

    This topic has been closed for replies.

    1 reply

    October 9, 2009

    The best solution really depends on the application. I often send the htmlText value of the chat input field instead of the text value. That way, the formatting travels with the message.