# Load image from db into flash

**URL:** https://forum.kirupa.com/t/load-image-from-db-into-flash/35940
**Category:** Uncategorized
**Created:** [November 19, 2003, 8:51pm UTC](https://forum.kirupa.com/t/load-image-from-db-into-flash/35940 "2003-11-19T20:51:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jazzman121](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jazzman121/32/127_2.png) [@jazzman121](https://forum.kirupa.com/u/jazzman121)
#### Post date: [November 19, 2003, 8:51pm UTC](https://forum.kirupa.com/t/load-image-from-db-into-flash/35940/1 "2003-11-19T20:51:09Z")

</div>

ok i am using a php page to get a image (jpg) from mysql database blob field… now this is how i get the image

for eg :

[http://www.mywebsite.com/get\_img.php?id=2](http://www.mywebsite.com/get_img.php?id=2)

this shows me my image… and in the php the code is set header to image and depending on id it gets the image from the database

how do i load these images into flash??? how can i load these images from the db into flash please help… thanks
