Hi,
I have a simple Flash gallery which reads from a xml file. Everything worked well but suddenly one of the images (image10.png) doesn’t show up, all I get is an ‘X’. All the images are in the correct folders as I haven’t moved them. It’s the second item that doesn’t work (in bold)… If you can solve my problem I’d be very grateful indeed : ) .
<?xml verticalsion="1.0" encoding="utf-8"?>
<gallery
width="800"
height="288"
columns="4"
thumbWidth="160"
thumbHeight="94"
thumbPadding="5"
linkColor="#00FFFF"
linkButtonColor="0x00FFFF"
linkButtonOffsetX="0"
linkButtonOffsetY="0"
blurValue="8"
target="_blank"
>
<item
title="My Title"
thumbnail="thumbnails/image1.png"
type="video"
url="videos/video1.flv"
width="450"
height="264"
link="http://MySite"
linkLabel="Visit Site">
<![CDATA[<body><p><font size="20">Lorem ipsum dolor sit amet</font></p><br />
Text text Text
<font size="12">With HTML style support, a <a href="http://MySite" target="_blank">hyperlink</a> here.</font></body>]]>
</item>
**<item
title="This One Doesn't Work"
thumbnail="thumbnails/**image10.png**"
type="image"
url="images/image10.png"
width="450"
height="264"
link="http://www.MySite.com"
linkLabel="Text">
<![CDATA[<body><p><font size="20">More text</font><br />
<font size="11" color="#CCCCCC">Additional text</font>
</p><br />
Loads of text<font size="12">Link here <a href="http://www.MySite" target="_blank">click here</a>.</font></body>]]>
</item>**