Ah yes.... Thanks So much..
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Hepp Sent: Tuesday, March 04, 2008 11:19 AM To: [email protected] Subject: RE: [AFFUG Discuss] Copy to Clipboard in Flex 2 If you import flash.system <http://search.msn.com/results.aspx?q=flash.system> into your flex app, you should be able to access setClipboard() package { import flash.display.Sprite; import flash.system.System; public class SystemExample extends Sprite { public function SystemExample() { System.setClipboard("System.totalMemory: " + System.totalMemory); } } } Wm. Michael Hepp e: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ________________________________ Subject: [AFFUG Discuss] Copy to Clipboard in Flex 2 Date: Tue, 4 Mar 2008 11:13:09 -0500 From: [EMAIL PROTECTED] To: [email protected] I've done a google search and I've found System.setClipboard('test'); But that's for Flash.. Not Flex 2.. Any idea what the function is that will copy text to the clipboard for use? ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com <http://www.affug.com/> Archive @ http://www.mail-archive.com/discussion%40affug.com/ <http://www.mail-archive.com/[email protected]/> List hosted by FusionLink <http://www.fusionlink.com/> ------------------------------------------------------------- ________________________________ Need to know the score, the latest news, or you need your Hotmail(r)-get your "fix". Check it out. <http://www.msnmobilefix.com/Default.aspx> ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by FusionLink <http://www.fusionlink.com> ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
