Compile XML data manually

NOTICE: If you use VMD plugin, this section may not worth to read.

You should create .hxml file to compile swf data. There is a sample hxml file in src/template directory. Actual compilation is done by the following command, which works both on Linux and Windows.

  1. % haxe (hxmlfile)

For Linux users, there is somewhat easier way using "make". I here assume wm3d is in /somewhere and xml data named xml.xml is in /somewhere2.

  1. % cd /somewhere/wm3d/src
  2. % make /somewhere2/xml.swf
This will make SWF file /somewhere2/xml.swf from XML data /somewhere2/xml.xml.