Re: Flex Mobile -> Bulk download of images?

2015-12-21 Thread rodol...@essencialcode.com.br
I use sharedObjects...See more in: http://www.kirupa.com/forum/showthread.php?306972-Saving-bitmaps-to-a-shared-object -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Mobile-Bulk-download-of-images-tp11646p11681.html Sent from the Apache Flex Users mailing l

Re: Flex Mobile -> Bulk download of images?

2015-12-21 Thread quick6black
if it were me I would create a php script to list the file contents of your web folder as a webservice and then write a function to loop through the items of the webservice and write them to disk. Another approach could be to zip them up in a folder and then download the zip file through the app an