On http://www.outdoorhighadventure.com/triptracker.htm, I have a slidehow that is supposed to play. A sample of it is at http://slideshow.triptracker.net/. I've got the script to work several times, but not with all of the photos. I might get 2 or 3 to work but none of the others. Could someone please spend some time on this issue with me? I would greatly appreciate it.
Code:
<script type="text/javascript" src="http://www.outdoorhighadventure.com/slide.js"></script>
<script type="text/javascript">
<!--
var viewer = new PhotoViewer();
viewer.setSlideDuration(9000);
viewer.setFontSize(11);
viewer.setShadeOpacity(0.6);
viewer.disablePanning();
viewer.add('/kalalau/slideshow/trailmap.jpg', 'Map of the Kalalau Trail at the trailhead');
viewer.add('/Kalalau/slideshow/oldtrailhead.jpg', 'Old Kalalau Trail sign');
viewer.add('/Kalalau/slideshow/rocks.jpg', 'The rocky path of the first two miles');
viewer.add('/Kalalau/slideshow/throughtrees.jpg', 'A view of the Na Pali Coast through the trees');
viewer.add('/Kalalau/slideshow/roots.jpg', 'You have to climb over roots on the trail');
viewer.add('/Kalalau/slideshow/green3.jpg', 'Along the trail');
viewer.add('/Kalalau/slideshow/warningsign.jpg', 'Don't swim on the Hanakapiai Beach!');
viewer.add('/Kalalau/slideshow/rivercrossing.jpg', 'A small river you have to cross at Hanakapiai Beach');
viewer.add('/Kalalau/slideshow/hanabeach.jpg', 'View of the Hanakapiai Beach');
viewer.add('/Kalalau/slideshow/bamboo.jpg', 'You can't miss the bamboo forests');
viewer.add('/Kalalau/slideshow/waterfall2.jpg', 'Waterfall along the trail to Hanakapiai Falls');
viewer.add('/Kalalau/slideshow/waterfall.jpg', 'Hanakapiai Falls');
viewer.add('/Kalalau/slideshow/green2.jpg', 'Backpacking through the jungle');
viewer.add('/Kalalau/slideshow/fatherandson.jpg', 'Father and Son on the Kalalau Trail');
viewer.add('/Kalalau/slideshow/napali5.jpg', 'Looking down Na Pali Coast');
viewer.add('/Kalalau/slideshow/green.jpg', 'Sitting at a stream crossing');
viewer.add('/Kalalau/slideshow/narrowdrop.jpg', 'View of the steep drop into the Pacific');
viewer.add('/Kalalau/slideshow/narrow2.jpg', 'Walking along the scary, narrow part');
viewer.add('/Kalalau/slideshow/narrow1.jpg', 'Walking along the 1 foot width trail');
viewer.add('/Kalalau/slideshow/narrow3.jpg', 'Don't drop your pack');
viewer.add('/Kalalau/slideshow/seacave.jpg', 'Look for sea caves');
viewer.add('/Kalalau/slideshow/kalalauwelcome.jpg', 'The Kalalau Valley welcome sign!');
viewer.add('/Kalalau/slideshow/napali3.jpg', 'Looking out to Kalalau Beach');
viewer.add('/Kalalau/slideshow/kalalauvalley.jpg', 'Looking up into the Kalalau Valley');
viewer.add('/Kalalau/slideshow/pacific.jpg', 'Looking out from Kalalau Beach to the Pacific Ocean');
viewer.add('/Kalalau/slideshow/lookingup.jpg', 'Looking up at the Na Pali Coast');
viewer.add('/Kalalau/slideshow/beach.jpg', 'The one mile long Kalalau Beach!');
viewer.add('/Kalalau/slideshow/narrow3.jpg', 'Don't drop your pack');
viewer.add('/Kalalau/slideshow/napali.jpg', 'The Na Pali Coast from the Kalalau Trail - Kauai, Hawaii');//--></script>
<a href="javascript:void(viewer.show(0))">Slideshow</a>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?