Hi, i have no ide how to do this but in flash. I have a php script which prints a image. The image is printed where ever i put '$first'. In html it looks like this

<img src="<?= $first ?>" />

How can i make flash open images.php and print the image which is defined by $first

/C