Native file browse dialog in Apollo
I haven’t seen any examples on how to use the native OS browse dialogs for opening & saving files, so here’s a quick example.
Basically, the idea is to use the File (which extends FileReference) class, and pretend to upload or download files from the net, but not actually perform the action, and just grab the file’s path directly.
This app allows you to load a PNG or JPEG, apply a blur effect, then save it as a JPEG again. It requires the JPGEncoder from the AS3 corelib
Download BrowseExample.mxml (only works with Apollo, not in a browser etc)

