Yes, your understanding is correct. What you're asking is possible, but without using the URL of the browser to tell the script which featured content should be selected based on the page the script is in, you'll need to find another method. One obvious choice is to use the Real URLs version of this script to assign actual URLs to the pagination links of each featured content. For the featured content that you wish to be selected by default when the script is in a particular page, for example, "cat.htm", you would assign that URL to the pagination link in question.
Putting it all together, first, download the below contentslider.js file, which is the most recent version of the stock script, with Real URLs added, plus the ability talked about above. Then, you would call the script using something like:
Code:
<div class="pagination" id="paginate-slider1"></div>
<script type="text/javascript">
//Define: ContentSlider("slider_ID", [autorotate_miliseconds], [custompaginatelinkstext], [customnextlinktext])
ContentSlider("slider1", 5000, "", "", ['dog.htm', 'cat.htm', 'deer.htm', 'bear.htm'] )
</script>
The key is the part in bold- that's the real URLs option at work. One of the URLs, in this case, the red URL, then would correspond to the filename of the page that when the script is called in, will cause the featured content with pagination link "cat.htm" to be selected by default. In other words, if Feature Content script was added to the page "cat.htm", when that page is loaded, the corresponidng featured content will be selected by default as well.
If you're confused, just post here, but that's the general idea.
Bookmarks