Here's something strange.
If I download your HTML page and open it on my PC (in Firefox), the images show jagged diagonal lines (as you have experienced).
However, the following steps show the images as expected (smooth scaling).
(This is using your first gallery here: http://istanbulplace.com/apartments/pasha-place/.)
(1) Create a 'gallery.xml' file using the code from here: http://istanbulplace.com/wp-content/plu … .php?gid=4
(2) Use relative links (not absolute) for the images (I stored them locally in a folder called 'images' for convenience and changed the references to them in the 'gallery.xml' file, eg <url>images/1.jpg</url>
(3) Use a relative (not absolute) link for the swf file (again, stored locally)
(4) Change the following code in the HTML file:
Change:
xmlURL : "http://istanbulplace.com/wp-content/plugins/nextgen-flashviewer/xml/postcardviewer.php?gid=4"},
... to:
... and change:
swfobject.embedSWF("http://istanbulplace.com/wp-content/plugins/nggflash-swf/pcviewer.swf", "fo4_1", "750", "560", "8.0.0", false, this.flashvars, this.params , this.attr );
... to:
swfobject.embedSWF("pcviewer.swf", "fo4_1", "750", "560", "8.0.0", false, this.flashvars, this.params , this.attr );
Opening the HTML file now displays the images as they should be displayed.
All the files (the swf file and the images) except for 'gallery.xml' and the HTML file (2 lines changed) are the same.
Steven Speirs
SimpleViewer Support Team