Quote Originally Posted by DarioCrivelli
You supply a null argument for the schema in your FlashTable constructor.
This is not supported by the library; using null is only supported by the javascript library, which looks for fields mentioned in the cells declared within the page.

You should explicitly supply an array containing the names of the available fields, namely "timestamp", "IP", "nick" and "message".
Thanks!I have just fixed. And I have another question as:in Flash/Flex client,does the method look like the sendMessage()(lsengine.js->LightstreamerEngine) ??? I want to send a text message in Flash application to the Server but I don't know the way.