So here is my situation:
I have index.html and then I have a folder "flash" that contains my swf, xml, and my images. When I load the swf inside index.html the swf loads, the variables in my xml load but the path to the images do not. If I take the images out of the flash folder and put them on the same level as index.html they work fine but I want to keep everything together.
Here is a sample of my xml:
Code:
<images>
<block1>
<photo>
<path>block1_image01.jpg</path>
<caption>Original Photo</caption>
</photo>
</block1>
</images>
Anyone have any ideas?