ginger_asp
07-16-2011, 01:13 PM
hi,
my carousel is all setup and working fine on my site. there is one thing that it is not doing. the images should automatically rotate. the properties are all set in the xml file and look like the following:
<?xml version="1.0" encoding="UTF-8"?>
<settings
rotationKind="1"
rotationSpeed="4"
enableMouseWheel="0"
stopRotatingOnMouseOver="1"
autoRotateMode="1"
autoRotateInterval="1"
stopAutoRotateOnClick="1"
spanX="175"
spanY="30"
centerX="325"
centerY="225"
distanceValue="0"
distanceDarken="0.5"
perspectiveRatio="0.8"
minimumscale="0.5"
/>
javasctipt looks like this:
<script type="text/javascript">
var flashvars = {
xmlLocation: "carousel/data.xml",
imageLocation: "carousel/"
};
swfobject.embedSWF("carousel/Carousel.swf", "FlashContainer", "500", "260", "9.0.0.0", false, flashvars, null, null);
</script>
any possible suggestions why it won't automatcially rotate my 4 images on the carousel? thanks...
my carousel is all setup and working fine on my site. there is one thing that it is not doing. the images should automatically rotate. the properties are all set in the xml file and look like the following:
<?xml version="1.0" encoding="UTF-8"?>
<settings
rotationKind="1"
rotationSpeed="4"
enableMouseWheel="0"
stopRotatingOnMouseOver="1"
autoRotateMode="1"
autoRotateInterval="1"
stopAutoRotateOnClick="1"
spanX="175"
spanY="30"
centerX="325"
centerY="225"
distanceValue="0"
distanceDarken="0.5"
perspectiveRatio="0.8"
minimumscale="0.5"
/>
javasctipt looks like this:
<script type="text/javascript">
var flashvars = {
xmlLocation: "carousel/data.xml",
imageLocation: "carousel/"
};
swfobject.embedSWF("carousel/Carousel.swf", "FlashContainer", "500", "260", "9.0.0.0", false, flashvars, null, null);
</script>
any possible suggestions why it won't automatcially rotate my 4 images on the carousel? thanks...