8.11 Tutorials: The Letters Game
» The Letters Game
The "Letters Game" was created by Chris Lindsey.
It shows how to implement a simple shared board where every user can move objects around and keep the state on the server side.
You can check
the source code in the Examples/MX2004/18_pro_lettersGame/ folder.
Inside the folder you will find the following files:
| lettersGame.fla | The FLA source for Flash MX 2004 or higher |
| lettersGame.swf | The SWF file |
| Letters.as | The Actionscript server side extension. It should be placed inside the Server/sfsExtensions/ folder |
| zone_config.xml | The XML Zone definition for this application. You can add it to your Zone list inside the config.xml file |

| doc index |