$('#slideshow').cycle('stop');
my slideshow will not start if I use that code.
what I am looking for is my whole slideshow to run
one time only and finish on the last slide. here is the code i have so far.
<script type="text/javascript">
$(document).ready
(function()
{$('.s1').cycle({fx:'fade',speed: 2500});});
</script>
can anyone help please