Why is it safe to use copy & paste in Flash but not in Javascript?
- by Lenni
I'm trying to use copy'n paste in one of my web apps and have read a few articles/SO questions about it. Most people say that using Flash is the only option since most browsers don't allow access to the system clipboard because of security concerns.
I can understand this but I wonder why it is okay for Flash do this, but not for the browser.
Or has it got nothing to do with security and it is simply to complicated to implement this for cross-platform browser vendors?