Dynamicaly loading images

So I’m making a flash proggy that displays member details for a guild dynamicaly (calling their bio info from a database) and was wondering if it’s possible to also call an image dynamicaly as well?

I know I could setup a PHP function to display a set image for each member, but that obviously means manualy placing in images and having to update the entire program each time I want to change a picture and thats obviously no good … so is it possible for actionscript to call in images stored OUTSIDE of the flash program?

For example, I set where the image needs to be positioned and then use PHP to determine the URL and then pass the URL to the actionscript … or something :slight_smile: