Check if you have uploaded reflect.php to your Wordpress root folder (the directory where your wp-config.php file is in).
For the caching to work you have to use the NGG default paths, as NextGEN ImageFlow uses the same cache folder as NGG. So that would be wp-content/gallery/cache.
Open reflect2/3.php, go down to around line 80 and adjust this line $cache_dir = dirname(FILE).'/wp-content/gallery/cache';
Well, now you can use a reflection with any image on your blog that is not part of your NextGEN Gallery. Instead of referencing the URL of your image you can now write something like this: src="path/to/WP-root-folder/reflect2.php?img=relative/path/to/image.jpg&bgc=ffffff".




