The following example shows you how you can copy text from a Flex application to the operating system’s clipboard by using the static System.setClipboard() method.
Full code after the jump.
{ 20 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows you how you can copy text from a Flex application to the operating system’s clipboard by using the static System.setClipboard() method.
Full code after the jump.
{ 20 comments }
The following example shows how you can convert an ImageSnapshot object into a Base-64 encoded string using Flex 3’s cleverly named encodeImageAsBase64() method.
Full code after the jump.
{ 0 comments }