# Basics

**URL:** https://forum.kirupa.com/t/basics/298635
**Category:** flash
**Created:** [October 22, 2009, 7:37am UTC](https://forum.kirupa.com/t/basics/298635 "2009-10-22T07:37:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ron\_ron](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@ron\_ron](https://forum.kirupa.com/u/ron_ron)
#### Post date: [October 22, 2009, 7:37am UTC](https://forum.kirupa.com/t/basics/298635/1 "2009-10-22T07:37:23Z")

</div>

I’m using PHP to pull a image in to falsh. But the image is not displaying in the empty movieclip (“emb”).

receiveLoad.onData = function (src) {  
tf.text=src  
emb.loadMovie(src);  
}

**PHP**  
{  
echo $line[“email”];  
echo $line[“logo”];  
}

When I load the php alone in IE it shows both the text and image together. Looks like both are close a single object!! I don’t know!

How do I fix gthis problem?
