In a previous example, “Browsing for individual files on a user’s computer using Adobe AIR”, we saw how you could browse for a single file on the user’s computer in Adobe AIR by calling the browseForOpen() method on a File object.

The following example shows how you can browse for multiple files on the user’s computer in Adobe AIR by calling the browseForOpenMultiple() method on a File object.

Full code after the jump.

[click to continue…]

{ 1 comment }

In a previous example, “Browsing for directories on a user’s computer using Adobe AIR”, we saw how you could browse for a directory on the user’s computer in Adobe AIR by calling the browseForDirectory() method on a File object.

The following example shows how you can browse for a single file on the user’s computer in Adobe AIR by calling the browseForOpen() method on a File object.

Full code after the jump.

[click to continue…]

{ 1 comment }

The following example shows how you can browse for a directory on the user’s computer in Adobe AIR by calling the browseForDirectory() method on a File object.

Full code after the jump.

[click to continue…]

{ 3 comments }