Quote:
Originally Posted by Axe Solutions My Server sends out XML but my Flash application never receives it. what is problem? |
Your XML server must terminate each XML messages with a null (ASCII 0) otherwise your flash application will hold open a connection until the session is closed. If you are having problems have a look at some of the prebuilt flash servers that are known to be working and test with those, before using your own server. Then you can concentrate on problems in your flash code or your socket server.