there are couple of places around the YOS dev scene that use a "Copy" functionality. this appears in the yap editor, permissions screen (Consumer Key: Copy, Shared Secret: Copy) and the yql test console (Copy URL) - when i click on these buttons, i see the following error thrown by my flash debug player (v10):
Error: Error #2176: Certain actions, such as those that display a pop-up window, may only be invoked upon user interaction, for example by a mouse click or button press.
at flash.system::System$/setClipboard()
at Clipboard/setClipboard()[/Users/lem/Documents/FlexAppStudio/clipboard/Clipboard.as:52]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at flash.external::ExternalInterface$/_callIn()
at <anonymous>()with the latest version of the flash player, setting clipboard data must called through actionscript that originates from user interaction - this includes actions such as clicking the mouse or using the keyboard:
http://www.adobe.com/devnet/flashplayer/ar...int.html#head31you can look at the yui solution they used for their uploader widget to get an idea for a work-around:
http://developer.yahoo.com/yui/uploader/