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".