Hello, I am very new to Flex and Flash for that matter (only a day or two working with it), so I do not even know if what I am asking is possible. But I am hitting a web service that is returning byte array of an image that I want my flex application to stream and then display. Is this possible, and if so how?
Just for clarification, we are trying to do a proof of concept and the reason that the content needs to stream for this test is that we are trying to show how we can send content via the web service to multiple applications without each of the applications having to log into the "host" application (the web service does this for us). So in short, we do not have access to an URL for the content only the bytes that stream to us. I hope that was clear. Thank you for your help, Jeremy

