Topic: updated to new SVPro to resolve flickr issue but now it can't find XML
I am trying to reestablish a link to my flickr.
raymondkyeung.com/photo
the one that says xml not found is the flickr gallery. While in SVBuilderPro all images and flick info loads properly, this is baffling, what am I missing?
The new embed seems to be missing two lines
lines that was included in the embed before 2.3.2
var flashvarsX = {};
flashvarsX.baseURL = "(folder name)/";
new embed:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="(my flickr folder name)/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "FFFFFF", false, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
however, if I go directly to the embed material folder, everything works