Skip to content

Commit

Permalink
Updated the readme about the project
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsguhan committed Aug 19, 2011
1 parent b645525 commit dadd958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
@@ -0,0 +1,6 @@
The ClipBoard class is designed to be a node plugin and a wrapper over the flash movie
to copy text contents to the OS clipboard. The class will place the flash movie below the given
node so that a user action can trigger the copy of contents to the OS clip board using
Flash's System.setClipboard method. Starting from flash 10, the clipboard can be set only
off a user initiated event. So the JS class shall only set the string to be copied and will
allow the flash movie's event to capture the user action and set the clipboard contents.

0 comments on commit dadd958

Please sign in to comment.