I have two slide shows on my site, each on a separate page and formatted
identically. The first one works, the second displays the captions in
plain text in place of the images when the page loads, and when I try to
browse through the images I can only see the last two. I am using version
147 with Dreamweaver CS4 on Windows Vista. The show works in "live view"
and when I open the files locally in any browser, but not when they are
live on the server. The code for this instance is below:
<script type="text/javascript">
//<![CDATA[
window.addEvent('domready', function(){
/* Locations_Satellite Slideshow */
var locations_sat = {
'sat_0.jpg': { caption: 'Virginia Tech Police Department<br />War
Memorial Gym Satellite Office<br />Hours: M-F 8:00AM - 4:00PM
Phone: (540)231-2268' },
'sat_1.jpg': { caption: 'Coming from West Campus Drive,<br />Turn on
to Drillfield Drive.<br />Any other entry point to Drillfield Drive will do
as well.' },
'sat_2.jpg': { caption: ' <br />Continue past the yield sign on
to the Drillfield Drive loop.' },
'sat_3.jpg': { caption: 'The War Memorial Gym will be the fifth
building on your right,<br />after passing over five pedestrian cross
walks.<br />(The counts will differ if not entering from West Campus
Drive.)' },
'sat_4.jpg': { caption: ' <br />Enter War Memorial Gym through
the main entry facing the drill field.'},
'sat_5.jpg': { caption: 'Pass Through the Archway to the Left of the
Memorial Plaque<br />The Satellite Office will be to your Right' }
};
var myShow = new Slideshow('locations_sat', locations_sat,
{controller: true, height: 300, hu: 'images/locations_satellite/',
thumbnails: false, width: 620});
});
//]]>
</script>
<div id="locations_sat" class="slideshow">
<img src="images/locations_satellite/sat_0.JPG" alt="Virginia Tech
Police Satellite Office" height="300" width="600" />
</div>
Original issue reported on code.google.com by ditraub%...@gtempaccount.com on 21 Aug 2009 at 7:29
Original issue reported on code.google.com by
ditraub%...@gtempaccount.com
on 21 Aug 2009 at 7:29