Tag Archive for 'jpegencoder'

25
Aug

Saving files locally using the FileReference class’s save() method in Flash Player 10

The following example shows how you can use the FileReference class’s new save() method in Flash Player 10 to save text, XML, and image files to a user’s hard drive.

Full code after the jump.

Continue reading ‘Saving files locally using the FileReference class’s save() method in Flash Player 10′

07
Dec

Using the ImageSnapshot class to capture images as JPEGs or PNGs in Flex 3

The following example shows how you can use the ImageSnapshot class to capture images as JPEGs or PNGs by setting the encoder parameter in the ImageSnapshot class’s static captureImage() method in Flex 3.

Full code after the jump.

Continue reading ‘Using the ImageSnapshot class to capture images as JPEGs or PNGs in Flex 3′