login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

The Zero Clipboard library provides an easy way to copy ... clipboard using an invisible Adobe Flash movie, and a Ja... interface. The "Zero" signifies that the library is invi... interface is left entirely up to you.
This library is fully compatible w

zeroclipboard - Project Hosting on Google Code
http://code.google.com/p/zeroclipboard/

Categories

/Channels/techie/JavaScript

[ go to category ]

/Channels/techie/web development

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

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.

HTML

<p>The <strong>Zero Clipboard</strong> library provides an easy way to copy text to the clipboard using an invisible <a href="http://en.wikipedia.org/wiki/Adobe_Flash" rel="nofollow">Adobe Flash</a> movie, and a <a href="http://en.wikipedia.org/wiki/JavaScript" rel="nofollow">JavaScript</a> interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you. </p><p>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 <a href="http://en.wikipedia.org/wiki/Document_Object_Model" rel="nofollow">DOM</a> 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. </p>