Put your files anywhere else than the Admin area / directories. I usually like to create a new dir. for files like this, which are sitewide and must be publicly available. Somewhere at the same level as 'images', 'includes', but any Public dir. will work.
ok, so i created a new directory called carousel, and it is in my catalogzen folder, equal to the "images" and "includes" folder.
the only thing in that folder is the carousel.swf file. the images and the default.xml file still remains in the "catalogzen/images/carouselimages" folder...
i did change the script on my main page thru the define pages editor to call the new folder (instead of admin)
Code:
<div>
<object width="585" height="575" id="Carousel" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="Carousel.swf" name="movie" />
<!--[if !IE]>-->
<object width="585" height="475" data="http://customk9design.com/catalogzen/carousel/Carousel.swf" type="application/x-shockwave-flash">
<param value="xmlfile=images/CarouselImages/default.xml" name="flashvars" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
so, what now?
i am fine with trying the other type of slideshow... just kinda want to get this to work, now more for the principle of the matter! lol
ALL of this still shows WAYYYY right on most browsers too... so, no matter what i do, i need to get this shifted back.
i assume this may be from that extra div, but still cant find it...
thanks!