extended Flash XML tutorial
July 2, 2008 | Author: Noah Omamalin | Filed under: Action Scripts, Tips and Tricks
Let’s extend this tutorial a little bit. What I needed was just a small variation on Lee’s gallery. Previous and next buttons change images from 0 index to array length index. When end is reached button don’t do anything. I wanted to change this so when I reach last image in the array click on next button will bring me first image in the array and also, when first image is displayed click on the previous button will bring me last image in the array.
Read the Tutorial: extended Flash XML tutorial
feel free to leave a comment
Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs are automatically generated. Off-topic or inappropriate comments will be edited or deleted. Email addresses will never be published. Keep it PG-13 people!
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
All fields marked with " * " are required.





1 person has left a comment
I have seen this problem often that when we go on last image in any flash gallery the given button does not work and if we want to see first image we have to go back. The solution you have provided is really worth doing.