Tag Archive for 'setclipboard()'

30
Jan

Copying text to the operating system clipboard in Flex

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.

Continue reading ‘Copying text to the operating system clipboard in Flex’

07
Dec

Converting an ImageSnapshot object into a Base-64 encoded string in Flex 3

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.

Continue reading ‘Converting an ImageSnapshot object into a Base-64 encoded string in Flex 3′