FileBrowser.extensionFilter

Availability

Flash Player 7

Usage

FileBrowser.extensionFilter:Array

Description

Property; names of the directories that will be shown inside the file list.

Example

The following code will limit the file list to show only files with a .gif extension:

myFileBrowser.extensionFilter = ["gif"];