Topic: Gallery XML not found when using universal playback + dynamic XML page
Hello. I am using Expression Engine and creating the gallery XML file dynamically to accommodate multiple galleries. It is working fine with Flash, but the non-flash player does not find the XML file. In other words, when I view the page with a browser that does not have Flash, I get the message "Gallery XML not found". Can you please tell me if my configuration is wrong?
Here is the page: http://diablogrande.com/index.php/image … o_gallery/
And here is an example of the gallery file: http://diablogrande.com/index.php/site/gallery_xml/89
And here is the embed code I am using:
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "http://diablogrande.com/index.php/site/gallery_xml/89";
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "755", "550", "FFFFFF", true, flashvars);
});
</script>
<div id="sv-container"></div>
Thanks for your help.