It worked here with NO change to the main script and with this as the on page config:
Code:
<script type="text/javascript">
viewfadeslide.config = {enableCaption : {vac: true},
captionTop : false,
makeTitle : true,
hideImgMouseOut : false,
disableOnmouseover : true,
populateWithFirst : true,
enableCount : true,
enableTransition : true,
writeNumberButtons : false,
writeControlButtons : false,
useButtons : false,
enableSlideShow : true,
startSlideShow : true,
swapControlVals : false,
slideHoverBehavior : 'none',
slideTriggerBehavior : 'stop'};
</script>
No extra buttons showed up. I'm working on my own jQuery plugin though that will greatly simplify all this. Stay tuned if you're interested. It's shaping up really well.
Bookmarks