Hi all,
I've a flash application connect to a server A via socket, if I load
that flash application in my flash website (located in server B),
sometimes it's failed to connect the socket server. but if I load the
application standalone, everytime the connection is successful.
I suspect it's a crossdomain problem when loading in server B's web
flash, but if it is, why in some computers it can connect, in some
computers it cannot~
Any idea?
Thanks,
LaloSk8 - 19 Dec 2004 23:56 GMT
I had the same problem with the connection and it they were working on the same
server. The problem was that the socket was not free after I used it. Be sure
to clean the connection and re instance the objects on the server. I hope it
helps.