21
Jul
2010
I finally worked this out by using the excellent Inspect Element facility in Safari's Developer Tools - Internet Explorer and Chrome etc also have versions - to see the code generated on the page. Eg src="Imageflow/reflect2.php?img=../images/image.jpg". Set reflectPath (path from page to reflect_.php eg 'ImageFlow/') and imagePath (path from reflect_.php to images eg '../') in imageflow.js to make the paths right. Ie src="[reflectPath]reflect2.php?img=[imagePath]images/image.jpg".

