Hi all, I am writing an online multiplayer game "the client side is being implemented using Flash ActionScript 3" .. at this point of development i want to keep sending packets back and forth between the flash client and the server which i wrote using the java SDK for GAE .. the problem is: <the communication seems seamless when i test it on my local machine but it does not work at all when i tested it on the actual server on the appspot domain>
for the sake of clarity here's a psudo code of this part: client: 1. send var: x 2. receive var: Ox Server: 1. receive var: x 2. make it presistent i.e. "store it in the JDO" 3. send back var: Ox ............. any help or ideas ..?? regards, A. Khalifa -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
