|
|
|
|
|
by cpeterso
4137 days ago
|
|
I think Flash only allows SWF content to access the clipboard in response to a user click. GitHub's "copy repo URL to clipboard" button uses Flash to write to the clipboard. Shumway has implemented Flash's clipboard APIs (which it can do because it can access Gecko XPCOM APIs as a Firefox extension), but they are currently disabled because Shumway hasn't implemented the "in response to user click" bit yet. |
|