On 18/02/2008 16:16, laurent wrote:
Is it possible to copy a string to the clipboard with actionScript 3 or is it only available from Flex ?
import flash.system.System;
System.setClipboard("some text");
There's no System.getClipboard(). Write only.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

