Topic: Embeded HTML- Gallery Xml Not Found
Ok, I give up! I built folder from Picasa using the SV template. I tested the index.html and everything works as expected. When I embed all this in my web page, I get a “Gallery Xml Not Found” in the middle of my display area.
My website is structured
ROOT
LVL1
Webpage.html (with the imbedded javascript)
BookGallery (folder generated by Picasa and copied here)
Images (folder)
Thumbnails (folder)
Gallery.xml
Simpleviewer.swf
Here’s my code in the webpage
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "BookGallery/";
flashvars.galleryURL = "gallery.xml";
var params = {};
params.bgcolor = "222222";
params.allowfullscreen = true;
params.allowscriptaccess = "always";
swfobject.embedSWF("BookGallery/simpleviewer.swf",
"flashContent", "800", "600", "9.0.124", false, flashvars, params);
</script>
I’ve been messing with this since yesterday. My eyes are falling out. Please help.
Thanks
Dick