Flash Gallery Component Help XML

I just purchased a flash gallery component.

Its images are driven by an external XML file.

On my index.html page I have the flash file and when you click on a photo I want it to appear in an iframe.

I tried setting the target to “iframe” which is my iframe name
It won’t work.

Here’s a line of coding from the XML file:
<photo image=“images/01.jpg” bigimage=“images/big/01.jpg” url=“http://www.pearlwhitemedia.com/web/loraryan.html” target=“iframe” lightboxInfo=“Lora Ryan”><![CDATA[Lora Ryan]]></photo>

Any ideas how to properly link it so that my images will appear in my iframe?

Thanks!