Blocking PrintScreen
dmcreations
Registered Users Posts: 25 Big grins
Forgive me if this has been covered already, but I thought I'd like to share. I did a quick search for some terms, but didn't find quite what I was looking for.
It seems there is a pretty simple trick you can do with Flash that lets you overwrite your systems clipboard memory with your own message. Effectively this would stop somebody from capturing your images with the Print Screen button. I've done this on my smugmug site, and from what I can tell it seems to work quite well. Only thing is the SWF file needs to be hosted on a different website somewhere.
The Flash code for how to do this:
this.onEnterFrame = function(){
System.setClipboard("All images Copyright © 2006 Me. All rights reserved.");
}
A link to the webpage where I found this trick:
http://blog.gilluminate.com/?b=20060425123338
Gotcha: As long as the Flash applet is running in the browser, even if you have switched to working in another program, the clipboard will continue to be overwritten. Maybe a little javascript to detect if the browser window is active would solve this?
It seems there is a pretty simple trick you can do with Flash that lets you overwrite your systems clipboard memory with your own message. Effectively this would stop somebody from capturing your images with the Print Screen button. I've done this on my smugmug site, and from what I can tell it seems to work quite well. Only thing is the SWF file needs to be hosted on a different website somewhere.
The Flash code for how to do this:
this.onEnterFrame = function(){
System.setClipboard("All images Copyright © 2006 Me. All rights reserved.");
}
A link to the webpage where I found this trick:
http://blog.gilluminate.com/?b=20060425123338
Gotcha: As long as the Flash applet is running in the browser, even if you have switched to working in another program, the clipboard will continue to be overwritten. Maybe a little javascript to detect if the browser window is active would solve this?
0
Comments
www.charlesawardphotography.com
cward.smugmug.com
www.ivarborst.nl & smugmug
Portfolio • Workshops • Facebook • Twitter
Digital Multimedia Creations
www.digital-multimedia-creations.com
I'm new to all of this and still customizing my web site currently, but I've been using your helpful information Andy (as well, as the friendly posts provided by others as well). I did add the codes mentioned in the sticky, but I didn't notice anything. Maybe I'm not understanding how it functions.
Nevertheless, I too would be interesting in knowing a friendly way of disabling the Ctrl PrintScreen function. As I've seen that I can use this function to paste photos from my website into various programs and print them with no problem. I don't want to use the watermarking function as I think it would turn off most customers on purchasing prints.
Has anyone been able to come up with a solution that wouldn't hinder SmugMug support or others from continuing to provide us help?
Thanks for all that you do! I'm still working on my web site, but it is getting there little by little with everyone's helpful coding information on here.
Take care and Happy New Year!
Portfolio • Workshops • Facebook • Twitter