Hi, Milo. I did try to make changes for selected. But that indicates the post to start the glider at. According to Dynamic Content's page for their [dynamicdrive.com/dynamicindex17/featuredcontentglider.htm]Featured Content Glider[/url]:
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "glidercontent", //ID of main glider container
contentclass: "glidecontent", //Shared CSS class name of each glider content
togglerid: "togglebox", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: false, //Remember last content shown within browser session (true/false)?
speed: 1000, //Glide animation duration (in milliseconds)
direction: "downup", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [6000, 0] // if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]; 0=perpetual 1000ms=1sec
})
</script>
In the configuration, there is no statement for the number of posts to rotate through.
Any thoughts?