I want to export the data kept in an actionscript array as a text/CSV file. I have searched and found a few that did datagrid to excel exports but they are complicated and confusing. I understand I have to create a script to handle this and I am wondering if there are examples of doing this?
I need help with: -calling the script within actionscript code (I am not too experienced with this, can it just be something like arrayToCVS(array) ?) -getting the "download" prompt to show up and allowing the user to save the CSV
thanks!