Here is a little info that could be interesting for all our Javascript and Ajax centered developers out there: as I just learned from our Aviary HTML guys there seems to be a pretty popular cross-browser compatible method out there that allows people to copy data to the clipboard by using a hidden Flash file to do the dirty work.
The bad news is that this nifty method will stop working as soon as your users upgrade to Flash Player version 10. In the new version copying to the clipboard is only allowed upon direct user interaction, meaning a mouse click on the SWF itself. A simple javascript call from the outside will not cut it. The only workaround I can think of is to create a small visible Flash button that you can place on the page.
If I wasn't on my way to Flash on the Beach this moment I'd love to provide you with a quick solution right here, but I'm pretty sure someone in the Flash community will volunteer to build a lightweight, stylable button that can be fed with dynamic data pretty soon.



