I have a pushlet on the server which keeps sending streaming data. I'm able to receive the data through JSP but I was wondering how to receive and display that data using Flex.
I tried using HTTPService with POST method, but it didn't work. Please help. Regards, Amit

