PHP Socket Server, Flex XMLSocket w/ Reflection
Posted on 16 November 2009
This was the result of a little playing with XMLSocket along with PHP to create a multi-client socket server for Flex to interact with.
Initially I only wanted to test the simplicity of Flex’s ability to make simple socket connections and pass data, however one can easily see how much fun you could have here. *scratches brain*
Left side is simply telnet’ing to the socket server on the remote host.
Right side is the Flex application which connects to the same remote socket server.
Then demonstrating basic Reflection using getDefinitionByName with ClassFactory to dynamically instantiate display objects and move them about the stage.
~moses
Responses are closed for this post.