Hi,
I was wondering if anyone could assist me in trying to get
some more data to appear along with the full size image, when the a
thumbnail is clicked.
I have been looking at the SpryHTMLDataSet as a possible
answer ..... but would prefer to use the Static Photo Gallery.
Many Thanks,
PaulAdding other data to a Static Gallery
Paul,
Here is a link to how you can add captions to a photo.
Add
captions to main image in gallery
Adding other data to a Static Gallery
Hi Marsliden,
Thanks for your response - however I am using the static
gallery which does not use the XML file. Its a different way of
implementing the gallery as it uses progressive enhancement. An
example of what I'm trying to do:
%26lt;!-- displays the main image --%26gt;
%26lt;div id=''picture''%26gt;
%26lt;div id=''mainImageOutline''%26gt;%26lt;img id=''mainImage''
alt=''Main Image'' src='''' /%26gt;%26lt;/div%26gt;
%26lt;/div%26gt;
%26lt;div id=''previews''%26gt;
%26lt;div id=''controls''%26gt;
%26lt;ul id=''transport''%26gt;
%26lt;li class=''transportB''%26gt;%26lt;a href=''#''
onclick=''StopSlideShow(); AdvanceToNextImage(true);''
title=''Previous''%26gt;%26lt;img src=''../img/previous.jpg''
alt=''Previous'' /%26gt;%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li class=''pausebtn''%26gt;%26lt;a href=''#'' onclick=''
StopSlideShow();'' title=''Play/Pause'' id=''playLabel''%26gt;%26lt;img
src=''../img/pause.jpg'' alt=''pause'' /%26gt;%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li class=''pausebtn''%26gt;%26lt;a href=''#''
onclick=''StartSlideShow();'' title=''Play/Pause''
id=''playLabel''%26gt;%26lt;img src=''../img/play.jpg'' alt=''play''
/%26gt;%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li class=''transportB''%26gt;%26lt;a href=''#''
onclick=''StopSlideShow(); AdvanceToNextImage();''
title=''Next''%26gt;%26lt;img src=''../img/next.jpg'' alt=''next''
/%26gt;%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/div%26gt;
%26lt;!-- important bit that displays the thumbnails --%26gt;
%26lt;div id=''thumbnails''%26gt;
%26lt;div class=''thumbnail''%26gt;%26lt;a
href=''../artists/galleries/images/photo1.jpg''%26gt;%26lt;img
src=''../artists/galleries/thumbnails/resized_photo1.jpg''
alt=''photo1'' /%26gt;%26lt;/a%26gt;
%26lt;/div%26gt;
This will display a gallery showing the control bar, the
thumbnail and the full size image. My question is how do I attach
some data to the full size image?
Thanks for any help,
Paul
I'm still struggling with this - I would think it be a pretty
useful addition to the pe gallery, as attaching meta data to the
thumbnail is not as useful as attaching metadata to the main image.
Anyone at Adobe have any suggestions?
Thanks,
Paul
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment