Topic: Simpleviewer first photo won't load
Dear people,
Ive bin mucking around with simpleviewer-pro (which is a great product offcourse) but something i still cant figure out is that it wont load the first photo given by the xml file. Strange thing is that it just works fine within svBuilder and if you hit the box it'll work too :(
Have a look here to see what i mean: reggesign.nl/portfolio and reggesign.nl/buitenreclame
This is my embeded code:
<script type="text/javascript" src="http://www.reggesign.nl/assets/snippets/viewer/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "http://www.reggesign.nl/assets/snippets/viewer/gallery.xml";
var params = {};
params.allowfullscreen = true;
params.allowscriptaccess = "always";
params.bgcolor = "111111";
swfobject.embedSWF("http://www.reggesign.nl/assets/snippets/viewer/simpleviewer.swf",
"flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
</script>
<div id="flashContent">Dit pagina vereist Flash Player, download
<a href="http://get.adobe.com/flashplayer/">hier</a>.
I would be pleased to hear youre opinion, thanks in advance!
Regards, Nick ;)