PDA

View Full Version : Putting text to ClipBoard (like one ctrl+c'ed it)



Templarian
August 5th, 2005, 02:18 PM
How would i make a variables go into the ctrl+c spot?
Is this possible. Or even how to take an input box just have it quickly select and copy it.

//edit, No one know?

Krilnon
August 5th, 2005, 07:46 PM
my_mc.onRelease = function() {
System.setClipboard(input_txt.text);
};