Apart from a simple Ajax routine to pull contents from an external file for each of the slides, the script doesn't come with any prebuilt server side features. If your pages are already dynamically generated, the easiest way is just to have your CMS output the HTML portion of the Featured Content Slider with the correct external pages to pull specified. Something like:
<div id="slider1" class="contentslide">
Code:
<div class="contentdiv" rel="today.htm">
</div>
<div class="contentdiv" rel="yesterday.htm">
</div>
<div class="contentdiv" rel="2daysago.htm">
</div>
</div>
And so on.
Bookmarks