# Aps.net & Flash

**URL:** https://forum.kirupa.com/t/aps-net-flash/215783
**Category:** flash
**Created:** [February 10, 2007, 7:09am UTC](https://forum.kirupa.com/t/aps-net-flash/215783 "2007-02-10T07:09:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![anhtin](https://avatars.discourse-cdn.com/v4/letter/a/b2d939/32.png) [@anhtin](https://forum.kirupa.com/u/anhtin)
#### Post date: [February 10, 2007, 7:09am UTC](https://forum.kirupa.com/t/aps-net-flash/215783/1 "2007-02-10T07:09:14Z")

</div>

hi all  
I have problem. I am developing application on [Aps.net](http://Aps.net) and Flash 8  
my page [Asp.net](http://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](http://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](http://asp.net)
