Export Data to Excel File
In this example i want to show you how to write data to Excel file from a Flex application. I use as3xls library and FileReference.save() method in Flash Player 10.

Posts tagged ‘FileReference’
In this example i want to show you how to write data to Excel file from a Flex application. I use as3xls library and FileReference.save() method in Flash Player 10.

In this example i want to show you how to download remote image(jpg or png) and save it to the desktop.
Continue reading ‘Downloading and Saving Images to the desktop with AIR’ »
Flash/Flex developers are now able to read and write local files directly inside the Flash Player. With Flash Player 10 we have direct access to user’s hard drive to read and write files. Example below allow us to load in an image file from the hard drive and display it to the user.
