gam
07-29-2004, 06:39 PM
Hi,
I need to make a HTTP request from my flash client to a java HTTP server. This method call would be blocked by the server. The server register the flash client's socket channel to receive events.
I jave read about flash remoting and flash orb, but they are not implemented using java nio packages. I am looking for a really scalable architecture.
I was wondering if somebody can throw some light on how to acheive this from flash action script. ie.,
Make http call from flash client
As the above call is blocked, way to receive events in the flash client from the server.
Any help or pointers would be greatly appreciated
Thanks
-gam
I need to make a HTTP request from my flash client to a java HTTP server. This method call would be blocked by the server. The server register the flash client's socket channel to receive events.
I jave read about flash remoting and flash orb, but they are not implemented using java nio packages. I am looking for a really scalable architecture.
I was wondering if somebody can throw some light on how to acheive this from flash action script. ie.,
Make http call from flash client
As the above call is blocked, way to receive events in the flash client from the server.
Any help or pointers would be greatly appreciated
Thanks
-gam