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?