I was wondering if there's any way other than using the systems commands Ctrl-C, Ctrl-X, Ctrl-V to implement these features in Flex. I want to be able to right click and have options like Cut, Copy and Paste. Any ideas of how to implement this?
hm i know some of this topic, others will come soon who are more pro than me
flash gives you automatic cut+copy+paste functionality for text input fields.
And i know that you cant retrieve automatically anything from the clipboard due to security reasons. (= there is a command to copy to clipboard, but there is no command for pasting stuff from clipboard via AS.)