|
|
 |
Re: FN-FORUM: XmlSocket problems in flex
date posted 21st November 2007 08:59
> The flex application connects to the server fine because the server
> displays a message to say that a new client has connected however no
> data is received (i have monitored network traffic with ethereal and
> nothing goes out). If anyone has any clues as to why i'd love to know!
>
Ok, the socket is now sending the data however it only sends it when the
flash player is closed e.g. it is getting stored in a buffer somewhere
and isn't sent to the server until the connection is closed. The flex
documentation says the following about the send() command:
/'The send operation is asynchronous; it returns immediately, but the
data may be transmitted at a later time.'/
Is there anyway I can get it to send the data immediately?
Cheers,
Jasmes
|
 |
|