|
|
|||
Flash Player 7
FileBrowser.scriptName:String
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).
The following example will define the script name that the component is calling:
myFileBrowser.scriptName = "index.aspx";