So… I don’t typically have too many problems I can’t solve myselfbut this one is really stumping me. I have my WIndows 2003 Server R2 SP2 running a PHP Socket script as a service. I also have a Flash 8 Application that’s running an XMLSocket connection to this PHP socket script. Alright. My server is a webserver as well. I have the .swf file sitting in an .html file on my server that’s running the php socket server.
When I access the file locally on my computer or a computer on the network, I have no problem connecting to the PHP Socket Server and everything works great. However, whenever I try to access the file via an internet address… www address, that is when it won’t connect correctly. I have the global permissions set to allow access from that .swf file and I have the folder to allow script access as well. What am I doing wrong?
It just seems weird to me that it won’t allow the connection when doing via internet on the local network but it will allow me to run straight off the files on a local drive. I’ve looked for a while now and my eyes are getting weary from viewing all the different possibilities and none of them work. Has anyone had a problem similar to this and found a solution?