| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Feb 2006
Location: Milan
Posts: 10
|
Our client's website has a download area where users can log in and download images and 3D models in various formats of their products. I've been asked about the viability of porting this download area to an AIR application. Is this possible? Can an AIR application access files on a remote server and save them to the user's computer (in a directory specified by the user)? I've read the AIR white paper on security but am still unclear as to whether this can be done and how.
Thanks in advance! |
|
|
|
|
|
#2 |
|
2006 Man Of The Year
Join Date: Mar 2007
Posts: 880
|
yes its possible.
use the URLLoader to load the necessary file in URLLoaderDataFormat.BINARY. once that has loaded. just use the File and FileStream classes to save the file. ActionScript Code:
Am i the only person on here that answers AIR questions? lol
__________________
I've curiosity on my side. |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
|
|
|
|
|
|
|
#4 |
|
2006 Man Of The Year
Join Date: Mar 2007
Posts: 880
|
__________________
I've curiosity on my side. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Feb 2006
Location: Milan
Posts: 10
|
Thanks a million, that's exactly what I was looking for.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to save XML files with PHP to a server | 4dplane | ActionScript 3.0 | 2 | 05-29-2007 06:01 PM |
| Save "Shareobject" data in a server without Flash Media Server. | Urtzo | ActionScript 2.0 | 4 | 05-15-2007 01:18 PM |
| [Q] How to Save Text File in Flash??? | CyanBlue | Other Flash General Questions | 1 | 02-15-2007 09:22 AM |
| saving captured video from computer camera to server | shizny | Flash Media Server | 3 | 09-18-2006 03:04 PM |
| getURL to download .xls files? | cardiel | ActionScript 2.0 | 1 | 05-24-2006 04:28 PM |