My Flash is correctly passing PHP variables to my SWF, but I'm passing a variable with HTML in it, and instead of loading the image, it loads the text, literally.

Here's my PHP file-

<?php
print "myVar=<img src=http://www.tiffanydavisphotography.com/online01.jpg>";
?>