RE: [flexcoders] Re: UDP via Flex socket

2009-11-02 Thread Gregor Kiddie
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Simon Sent: 30 October 2009 15:55 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: UDP via Flex socket The sample code in the Adobe Docs sends a GET which I think makes it HTTP. As far as I can tell the binary

[flexcoders] Re: UDP via Flex socket

2009-10-30 Thread Mete Atamel
Is this what you're looking for? http://livedocs.adobe.com/flex/3/langref/flash/net/Socket.html -Mete --- In flexcoders@yahoogroups.com, Simon simonjpal...@... wrote: simple question... is it possible? I have a horrible feeling Flex may only support HTTP and RPC but would love to be

Re: [flexcoders] Re: UDP via Flex socket

2009-10-30 Thread ady
This Looks TCP to mein UDP u need to handle out of sequence packets (it could occur) only thing UDP in FP10 afaik is stratus but thats not raw... uses RTMFP On Fri, Oct 30, 2009 at 4:57 PM, Mete Atamel meteata...@yahoo.com wrote: Is this what you're looking for?

[flexcoders] Re: UDP via Flex socket

2009-10-30 Thread Simon
The sample code in the Adobe Docs sends a GET which I think makes it HTTP. As far as I can tell the binary socket doesn't support UDP. Somewhere in the internals it must be presuming TCP or HTTP - or maybe RTMP. Anyway, it looks like my suspicions were right. I'll ask another question about