Hi Adian, thanks for reply but already are in lower case
This is what it looks like (by the way thumbnails are working) and it all works fine on a test page when not embedded in a div within an html page.
data.xml...
<category title="Glenn Tilbrook">
<image src="images/g_shutters.jpg" thumbnail="thumbnails/g_shutters.jpg" title="">
<![CDATA[]]>
</image>
<image src="images/g_stripeshirt1.jpg" thumbnail="thumbnails/g_stripeshirt1.jpg" title="">
<![CDATA[]]>
</image>
<image src="images/g_stripeshirt2.jpg" thumbnail="thumbnails/g_stripeshirt2.jpg" title="">
<![CDATA[]]>
gallery.html...
<div id="centrebox">
<div id="flashcontent"> You need to upgrade your Flash Player</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("main.swf", "flash", "100%", "100%", "8", "#999999");
so.addVariable("xml", "data.xml");
so.write("flashcontent");
// ]]>
</script>
</div>
Does this help?
Thanks, Sukie.
|