Do i need 2 license? This is why my swf is blocked?
SimpleViewer Pro may be used to create an unlimited number of websites, see the licensing page for details The only thing the expires is your ability to get free updates, beyond that you SWF will continue to function normally.
Your gallery www.rent4week.it/xmlgallery/index.php?gallery=pietro is giving a gallery not found error which means the SWF cannot see the XML. Your embed code has xmlgallery.php?gallery=pietro as the xmlDataPath, but if i go to www.rent4week.it/xmlgallery/xmlgallery.php?gallery=pietro sometimes I get a 404 not found error and sometimes it works. It sounds like it maybe a server issue, but I would suggest trying the SWFObject embed code and clearing your browser's cache after making the change.
replace this:
<object width="945" height="450">
<param name="movie" value="viewer.swf">
<PARAM NAME=quality VALUE=8>
<PARAM NAME=bgcolor VALUE=#999568>
<PARAM NAME FlashVars VALUE="xmlDataPath=xmlgallery.php?gallery=pietro&thumbnailWidth=200">
<embed bgcolor="#999568" src="viewer.swf" FlashVars="xmlDataPath=xmlgallery.php?gallery=pietro" width="945" height="450">
</embed>
</object>
with this:
<div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "945", "450", "8", "#999568");
fo.addVariable("xmlDataPath", "xmlgallery.php?gallery=pietro");
fo.write("flashcontent");
</script>
http://simpleviewer.net/simpleviewer/su … /embedded/
Mike Richards
SimpleViewer Support Team.