[flexcoders] copying large amount of data using System.setClipboard() in Flash 10.

2008-11-24 Thread Ilam Mougy
I understand the security issue that Adobe fixed in Flash 10. In Flash 9, when it comes time to copy large amount of data and to avoid the time out issue in browsers I used to chunk the data and call callLater(foo) to allow for a progress bar while copying the data (and a cancel button). Now,

Re: [flexcoders] copying large amount of data using System.setClipboard() in Flash 10.

2008-11-24 Thread Josh McDonald
How do you append to the clipboard? On Tue, Nov 25, 2008 at 8:23 AM, Ilam Mougy [EMAIL PROTECTED] wrote: I understand the security issue that Adobe fixed in Flash 10. In Flash 9, when it comes time to copy large amount of data and to avoid the time out issue in browsers I used to chunk the

Re: [flexcoders] copying large amount of data using System.setClipboard() in Flash 10.

2008-11-24 Thread I'lam Mougy
of data using System.setClipboard() in Flash 10. To: flexcoders@yahoogroups.com Date: Monday, November 24, 2008, 3:12 PM How do you append to the clipboard? On Tue, Nov 25, 2008 at 8:23 AM, Ilam Mougy [EMAIL PROTECTED] com wrote: I understand the security issue