Skip to forum content
SimpleViewer Forum
Get support for SimpleViewer products
You are not logged in. Please login or register.
Active topics Unanswered topics
Fix for Flickr Galleries Released
Search options
I have discovered a workaround that works for Firefox and Chrome in version 1.7.
Modify the bold and underlined entry in the index.html page from:
<script language="javascript" type="text/javascript">
<!--
var flashVersion = getFlashVersion();
if (flashVersion < 6) {
location.replace("upgrade.html");
}
//-->
</script>
to
<script language="javascript" type="text/javascript">
<!--
var flashVersion = getFlashVersion();
if (flashVersion => 6) {
location.replace("upgrade.html");
}
//-->
</script>
I have SV vrison 1.7 installed and have uploaded images to the proper directories. I have an issue which is browser based. In IE ver 5,6,7 the images load and the gallery displays OK. When I attempt to view the same gallery in Firefox 2 or 3 I get the Flash error and I am directed to the ..../upgrade.html page, when I upgrade and restart the browser I get the exact same error.
Any help would be much appreciated?
Is there is a simple way I can maybe upgrade the 1.7 version which would eradicate this issue with Firefox??
Posts found: 2