Copy text to clipboard AS3 / Flash
November 29, 2010
AS3
Flash
Snippet
Here's a usefull little snippet which allows copies a text into the global clipboard from Flash/AS3:
System.setClipboard(
"This will be placed in the clipboard"
);
Related posts:
Preserve textformat when changing text in Flash / AS3
Actionscript: How to check if a variable is undefined?
Your own event in Flash AS3
Changed rotated dynamic textfield dissapears and how to solve it
Create an Android-app with Flash