[flexcoders] Socket to Port 80

2007-04-18 Thread Matt
I am trying to use ActionScript (in Flex) to communicate back to the HTTP server that the SWF was loaded from on port 80 using a Socket. If my server is running from port 8080 everything works fine, but when it's on port 80 I get a sandbox violation. I'm calling

Re: [flexcoders] Socket to Port 80

2007-04-18 Thread Johannes Nel
try specifying a random protocol name and get your servlet to interpret that. its just a guess but it mighyt work as rtmpt and rtmp can be used over port 80 On 18 Apr 2007 02:29:02 -0700, Matt [EMAIL PROTECTED] wrote: I am trying to use ActionScript (in Flex) to communicate back to the HTTP

RE: [flexcoders] Socket to Port 80

2007-04-18 Thread Peter Farland
I am trying to use ActionScript (in Flex) to communicate back to the HTTP server that the SWF was loaded from on port 80 using a Socket. If my server is running from port 8080 everything works fine, but when it's on port 80 I get a sandbox violation. [Pete] For Sockets, I think you need to load