I need to copy the text of a listbox. The only way this seems possible is to populate a text field with the contents of the list box, select the contents of the text field, and then copy the text.
I would like the whole prosess to be done in actionScript.
I can do the first two steps:
-
Populate text field with listbox text
-
Select text field text with setFocus command
-
Copy text field text into clip board as to be pasted elsewhere