I am using Flex 3 under Flash Player 9.
I have a datagrid that I want to export to Excel. I construct the Excel object (ByteArray
) in Actionscript, and now I want to save it using FileReference
. However, under FlashPlayer 9, FileReference
only has a download
method. Can I somehow point this download method to the Excel object?