Uli
Uli

Reputation: 2693

Detect certain image in the clipboard

Is there a way to detect if an image from a folder was copied to the clipboard?

Upvotes: 1

Views: 131

Answers (1)

Allen Z.
Allen Z.

Reputation: 1588

Try flash.desktop.Clipboard.

To obtain the clipboard contents as a reference, you'll need FILE_LIST_FORMAT or URL_FORMAT, both of which are AIR only.

Upvotes: 1

Related Questions