If you import 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 Heppe: [EMAIL PROTECTED]


Subject: [AFFUG Discuss] Copy to Clipboard in Flex 2Date: Tue, 4 Mar 2008 
11:13:09 -0500From: [EMAIL PROTECTED]: [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 Archive @ 
http://www.mail-archive.com/discussion%40affug.com/ List hosted by FusionLink 
------------------------------------------------------------- 
_________________________________________________________________
Need to know the score, the latest news, or you need your HotmailĀ®-get your 
"fix".
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 http://www.fusionlink.com

-------------------------------------------------------------

Reply via email to