hi all
I have problem. I am developing application on Aps.net and Flash 8
my page Asp.net show image with this code:
byImg is byte.
MemoryStream objStream = new MemoryStream(byImg)
System.Drawing.Image img = System.Drawing.Image.FromStream(objStream);
Bitmap bp = (Bitmap)img;
bp.Save(Response.OutputStream, System.Drawing.Imaging.ImageFormat.Gif);
it my page asp.net will view this Image
but i dont know how do i view this image on Flash.
Some body show for me.:tie:
Note: This image not contain in server machine so it loaded up client and show on my page asp.net