Questions tagged [zeroclipboard]

Zero Clipboard is library that provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.

Zero Clipboard

The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.

This library is fully compatible with Flash Player 10, which requires that the clipboard copy operation be initiated by a user click event inside the Flash movie. This is achieved by automatically floating the invisible movie on top of a DOM element of your choice. Standard mouse events are even propagated out to your DOM element, so you can still have rollover and mouse down effects.

240 questions
0
votes
1 answer

Zero ClipBoard issue

I am trying to integrate Zero Clipboard into tornado web application and I am running into some problems. http://jonrohan.github.io/ZeroClipboard/#demo this page works perfectly, but when I try to view same page on my local machine ('Save page as..'…
user1717504
  • 31
  • 2
  • 5
0
votes
0 answers

Zero clipboard is not working in gwt

I have been trying to integrate zero clipboard library with gwt code as follows. test.html
-5
votes
1 answer

ZeroClipboard doesn't work on popup page's button

I am wondering if there is any way that I can make ZeroClipBoard working on my popup page's buttons?I have the following code so far which will bring a popup page, the popup page is called from a php file include 2 buttons. code for the first…
Duke Wang
  • 83
  • 3
  • 10
1 2 3
15
16