Sorry for the delay, I was busy updating the script officially to v2.3 first. With that said, the attached modified .js file is based on v2.3, but supports a play/pause button that you can manually add to the pagination interface as a regular link:

The link looks like this:
Code:
<a href="javascript:featuredcontentslider.playpause('slider1')" style="font-family:Times New Roman">|| ►</a>
Where "slider1" is the ID of the main Featured Content Slider DIV. Since you'll be manually adding the link inside the pagination DIV, you'll need to make sure the parameter "toc" is set to "markup" first:
Code:
featuredcontentslider.init({
id: "slider2", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["Previous", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
Otherwise, the pagination links are dynamically generated, overwriting anything inside that DIV.
Bookmarks