This is a Scroller Slideshow component, which is xml-based. Just make any changes in the xml file. You don't need to make changes in the swf. One option is to link other web sites to the pictures. Users can click on the large slide and go to a web site.
Instructions for the Demo version: The Demo version comes with the xml file and pictures. The Demo version does not have a preloader for pictures or movies. Only the commercial version comes with a preloader for for 50 jpg/swf. For you to test create your own slides and enter the names for your slides. You don't have to use the same names or paths as in the Demo as long as names and path are defined in the xml file. Create your own text.Download Demo version.
This component is a slideshow with a scroller to show the thumbs. It is xml-based. You can enter urls and when pressed on the big slide, a html page will be opened. The html page can be targeted to blank or other target. Up to 50 slides can so far be shown but it can further be upscaled by changing the actionsscript and adding buttons.
Example of XML file for the above movie. Up to 100 items can be shown.
<?xml version="1.0"?> <menu> <item number="1" thumb="../thumbs/nail_8.jpg" pUrl="website1.html" slide="../images/pic_8.jpg" menutext="Picture 1."/> <item number="2" thumb="../thumbs/nail_2.jpg" pUrl="website2.html" slide="../images/pic_2.jpg" menutext="Picture 2."/> </menu>