[Question]Get data From Clipboard

To Save data to Clipboard, we use System.setClipboard();
But i don’t know how to get data from it.
I search in google and someone said that we can do it by installing AIR, but i think it is not a good solution
Are there any solution ???

Because of security concerns, it is not possible to read the contents of the system Clipboard. In other words, there is no corresponding System.getClipboard() method.

You should be able to use javascript with [URL=“http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002201.html”]ExternalInterface.addCallBack to do this