Re: [Flashcoders] copying text to clipboard?

2007-06-25 Thread Hans Wichman
Hi, just out of curiousity, if you open flash, press f1 for help and enter clipboard, does it give any results on your end? regards, JC On 6/25/07, Corban Baxter <[EMAIL PROTECTED]> wrote: Hey guys a client is wanting me to create a combobox that has a button below it that can copy text to t

Re: [Flashcoders] copying text to clipboard?

2007-06-25 Thread Arul Prasad M L
Actionscript can copy text to the clipboard; there is no Actionscript API to retrieve text from the clipboard though. Use System.setClipboard method .http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file= 2187.html ~Arul Prasad. On 6/25/0

RE: [Flashcoders] copying text to clipboard?

2007-06-25 Thread Pete Miller
System.setClipboard() >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:flashcoders- >> [EMAIL PROTECTED] On Behalf Of Corban Baxter >> Sent: Monday, June 25, 2007 10:16 AM >> To: Flashcoders mailing list >> Subject: [Flashcoders] copying text to clipboard? >> >> Hey guys a client

Re: [Flashcoders] copying text to clipboard?

2007-06-25 Thread John Dowdell
Corban Baxter wrote: Hey guys a client is wanting me to create a combobox that has a button below it that can copy text to the clipboard. Can flash access the clipboard? Other folks already presented info on setting the clipboard contents. (I'm assuming that "flash" here means Adobe Flash Pla