Topic: "gallery not found" on iphone
I am having trouble getting autoplay galleries to work on iphone and an oversized black box appears with "gallery not found". It works on IE and Safari but not on my iphone. My website (tclloydco.com) has multiple pages with different embedded galleries specific to each page. For instance there is a "kitchen" gallery on the kitchen page. Here is the embedded code for the kitchen gallery on the kitchen page as suggested in "Using an External Gallery Folder-Using base URL":
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.tclloydco.com/kitchens/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.tclloydco.com/kitchens/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "500", "500", "000000", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Thanks