Please refer to the main README.md for information about this example
haxe build_cpp.hxml && ./output/cpp/Main
haxe build_java.hxml && java -jar output/java/Main.jar
haxe build_neko.hxml && neko output/Main.n
haxe build_flash.hxml
After open the swf file output/Main.swf
Note Flash connection to remote servers is usually blocked by the Security restrictions (always allowed same domain)