I'm using PHP to grab info from a database and then spit out an XML file. I'm
loading the XML file into my fla and having no problems getting the XML data
into the movie. However, I cannot get Flash to load the images that are in the
XML.

According to
[url]http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhel[/url]
p.htm?context=Flash_MX_2004&file=00001040.html I can use <img> tags and they
must be called into a dynamic text field that wraps - No problem. I'm already
pulling in the XML data like I said and Flash is parsing my [B], [I], and [U]
commands just fine. However, it doesn't display anything when I use: <img
src="image.jpg">

Any ideas? I was originally loading the image from an images directory, but I
wanted to reduce complexity and now the fla/swf, xml and jpg file are all in
the same directory.

<section>
<id>22</id>
<title>History</title>
<text><![CDATA[
This is the <b>History</b> section. This is <i>italic text</i>. What about
some <u>underlined text</u>?
<br>
<img src="image.jpg">

]]></text>
</section>