doesn't really work for me with Chrome on Windows 7 - an image flashes for a split-second, then it's back to "Finding pointer" (I'm not even touching my mouse)
Same here. Just flashes the picture really fast in the latest stable release of Chrome under Windows 7. Works beautifully in the latest Firefox though. Windows IE isn't supported at all apparently (I tried IE 9).
Are the developers willing to share some insight into how this works? The picture selection is right on and there seems to be a good number of pictures at that.
It looks like Chrome is firing the "mousemove" event when it shouldn't.
One way to make it work is to right click where you want it inside the square it and then left click anywhere outside the square.
In the Javascript looks like the error could be patched in Flasher.js line 72; save the last event.clientX and event.clientY and then check if the mouse coordinates have actually changed.