Here is the next version of tmx importer.
----
JSONTMX importer (Update:2013/10/10)
TMX importer could not be used in CocoonJS since tmx file is XML format, and XML could not be parsed in CocoonJS currently.
I build another tmx importer plugin whic parsing JSON string for exporting to CocoonJS.
The usage of JSONTMX importer is the same as TMX importer. The only different is, JSONTMX importer is using a JSON string for input. JSON string could be got by tile map editor itself ( At menu, "File" -> "Export As" -> "Json files" )
Capx