FileBrowser.scriptName

Availability

Flash Player 7

Usage

FileBrowser.scriptName:String

Description

Property; the name of the server-side script used for file browsing. Apache servers will, by default, run the index file inside the serverPath folder. In most cases you should not need to set this property, however in some cases you may have to (for example, when using IIS versions prior to 6.0).

Example

The following example will define the script name that the component is calling:

myFileBrowser.scriptName = "index.aspx";