transferring .jpeg from servlet to flash
Hello,
I created java servlet which extract a blob (jpeg photo) from oracle data base as a binary stream using getBinaryStream();
Now I would like to send this binary stream directly to flash and load my image .How can I do ?
I would like to load it directly with flash not to save it into file.

