Hi, you need to download the jQuery UI, from here: http://jqueryui.com/download/ and include it in the head of the page. If you intend to use the plugin as a full page background rotator use:
$("body").slideShow({
imagePath: "plugins/p1011_background_changer/images/",
useAsBackground: true,
images: ['.implode(',',$images).']
});
if you want to use it for a container use:
<div id="containerId"></div>
$("#containerId").slideShow({
imagePath: "plugins/p1011_background_changer/images/",
useAsBackground: true,
images: ['.implode(',',$images).']
});
You can see it in action here:
ahorasi.com.co/