On this page: http://flowplayer.org/tools/tabs/slideshow.html
Halfway down the page I find this code under the heading of Usage:
$(".slidetabs").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: "slow",
// start from the beginning after the last tab
rotate: true
// use the slideshow plugin. It accepts its own configuration
}).slideshow();
How can I modify (or rather, what is the proper syntax) the last line, where it says
.slideshow();
and change the interval to 6000 instead of the default interval:3000?