Photo Gallery using XML and Flash.

wxdqz

New Member
Hi all, I've recently worked through a photogallery tutorial( <!-- m --><a class="postlink" href="http://www.kirupa.com/developer/mx2004/thumbnails.htm">http://www.kirupa.com/developer/mx2004/thumbnails.htm</a><!-- m -->) tweaked it a little to suit the website I'm putting together and it's all up and running. What I'd like to do though is take it a step further, I want the user to be able to click on one of the thumbnails and as well as the main image changing I'd also like new descriptive text to load up alongside it.

You can see an example of the site here:- <!-- m --><a class="postlink" href="http://freeline-gfx.co.uk/proofing/Dunnmarino/index.html">http://freeline-gfx.co.uk/proofing/Dunn ... index.html</a><!-- m -->

What I'd like is something similar to this:-

<!-- m --><a class="postlink" href="http://www.agswindows.co.uk/door_devon_options.php">http://www.agswindows.co.uk/door_devon_options.php</a><!-- m -->

In that example you click a thumbnail and as well as a new image the text is also loaded in.

The flash element uses an external xml file to source the images, could this be edited so text is also loaded in?

Hope what I'm after is clear enough, if anyone could help me out with a solution it would be much appreciated.


Thanks in advance


Here's the xml file, you can see I've tried to add links in but they aren't working,:-

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>gallery_images/home_superd.jpg</image>
<caption>Superdrug SRDC Reception</caption>
<thumbnail>gallery_images/home_superd_tmb.jpg</thumbnail>
<link>http://freeline-gfx.co.uk/proofing/Dunnmarino/contact_dm_architects_exeter.html</link>
</pic>
<pic>
<image>gallery_images/home_2.jpg</image>
<caption>Renshaw Office Building</caption>
<thumbnail>gallery_images/home_2_tmb.jpg</thumbnail>
<link>http://freeline-gfx.co.uk/proofing/Dunnmarino/contact_dm_architects_exeter.html</link>
</pic>
<pic>
<image>gallery_images/home_ariel.jpg</image>
<caption>Stata Center</caption>
<thumbnail>gallery_images/home_ariel_tmb.jpg</thumbnail>
<link>http://freeline-gfx.co.uk/proofing/Dunnmarino/contact_dm_architects_exeter.html/</link>
</pic>
<pic>
<image>gallery_images/home_cityg.jpg</image>
<caption>City Gate, Plymouth</caption>
<thumbnail>gallery_images/home_cityg_tmb.jpg</thumbnail>
<link>http://freeline-gfx.co.uk/proofing/Dunnmarino/contact_dm_architects_exeter.html</link>
</pic>
<pic>
<image>gallery_images/home_4.jpg</image>
<caption>Cavanna Homes HQ, Torquay</caption>
<thumbnail>gallery_images/home_4_tmb.jpg</thumbnail>
<link>http://freeline-gfx.co.uk/proofing/Dunnmarino/contact_dm_architects_exeter.html</link>
</pic>
</images>
 
Back
Top