Sandosh’s new blog

For those who have propreity images on their website and want to safegaurd(atleast to some extent) from surfers who just right-click and save or go through the source, find the src and save it, I have a partial solution!
click here for an example!
The solution is to load the image inside a flash object. But then its impossible to make one flash each for every image. So, I made a Flash which can
include("flashimg.php");
$img = new ih2hFlashImg;
//instantiate the class
$img ->copyRight("© sandosh");
//Assign default copyright message
$img->addImg("sandosh","sandosh_alak.jpg",420,315);
//parameters in order -> name, src, width, height, alt(to override copyright msg)
$img->displayImg("sandosh");
Feel free to use this code and also if possible do drop in a line on which site you are using it.
Enjoy!