I don't append to clipboard.  I append to a string, and after
finishing the accumulation, I call setClipboard(), this is when I
violated the security model.  I call callLater(foo) and foo has the
code to setClipboard().

Thanks,

--- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
>
> 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 data and call
> > callLater(foo) to allow for a progress bar while copying the data (and
> > a cancel button).
> >
> > Now, how can I do that in Flash 10, since the above methodology will
> > violate Flash 10 security model?
> >
> > As a side question, is there a sample for how to properly call
> > setClipbaord() so that Flash 10 does copy?
> >
> > Thanks,
> >
> >
> >
> > ------------------------------------
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location:
> >
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > Links
> >
> >
> >
> >
> 
> 
> -- 
> "Therefore, send not to know For whom the bell tolls. It tolls for
thee."
> 
> Like the cut of my jib? Check out my Flex blog!
> 
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
> :: http://flex.joshmcdonald.info/
> :: http://twitter.com/sophistifunk
>


Reply via email to