Add a link on each photo
Question:
I want to add a link for users to be able to save images. How can I do this? I'm using Flash ALbum Generator 2
Answer:
To add a link to your images in Flash Generator 2 you will need to edit the generated XML file. It has the same name as your photo album title.
You can add a HTML link in the comment tag for the image. The link can open up the jpg in a new window. This will allow users to right-click the image and save it. To add a HTML link in the image title, use something like the following:
<photo id="DSC_0696_jpg" filename="DSC_0696.jpg" thumbnail="thumbs/DSC_0696.jpg">
<title>Open image in new window</title>
<meta>
<entry name="link">images/DSC_0696_FULL.jpg</entry>
</meta>
</photo>
Note: Starting with version 2.02 you can also enter link target:
<photo id="DSC_0696_jpg" filename="DSC_0696.jpg" thumbnail="thumbs/DSC_0696.jpg">
<title>Open image in new window</title>
<meta>
<entry name="link">images/DSC_0696_FULL.jpg</entry>
<entry name="link_target">_top</entry>
</meta>
</photo>
DISCLAIMER:
This is extra complimentary content which purpose is to show additional usage that is not part of the product, i.e. it suggests tips for extending the functionality of the product by the users themselves.
It is provided "as is", without warranty of any kind, express or
implied , including but not limited to the warranties of
merchantability, fitness for a particular purpose and nonfringement of
third party rights.
DMXzone does not take responsibility to
support the suggested content to be fully compatible and working as
intended and does not provide support for extended functionality which
is not included in the current release of the extension.
It is highly recommended that only more advanced developers use it.
Comments
Be the first to write a comment
You must me logged in to write a comment.