Copy paste in the Javascript is not using the SWF, and that would have been cross-browser
I wanted to ask you how to do copy paste the javascript or jquery and that they acted with开发者_JS百科out the SWF file. I'm working on a browser is not installed flash, so you have to do without it, here's how to do it. And so what would it cross browser. There is good discussion on this subject but there I have not found an answer for yourself, here is the link How do I copy to the clipboard in JavaScript?.
It's not possible in general to access the clipboard from JavaScript running in a browser. Some browsers allow it if the user has enabled a security preference, but by default these preferences are switched off. Without the limited access you get with something written in Flash like ZeroClipboard (which only lets you copy to the clipboard but not from it), it's impossible.
精彩评论