/flash_copy

Prototype/Lowpro port of Zeroclipboard (flash movie based copying to clipboard)

Flash Copy

A simple library for allowing users to copy urls to their clipboard by clicking on them.

All the really important bits of this library have come from Zeroclipboard.

Prerequisites

prototype.js, lowpro.js

Usage

  <p id="container">
    <a id="link" href="http://example.com">http://example.com</a>
  </p>
  
  <script type="text/javascript">
    new Copier('link', 'container')
  </script>

License

Released under the Creative Commons Attribution License (if you use this library, just point them back to here :-)