FileBrowser.translation

Availability

Flash Player 7

Usage

FileBrowser.translation:Object

Description

Property; allows changing of text used by the component internally. The default value is:

{
	deleteBtn:"Delete",
	newDirBtn:"Create Directory",
	refreshBtn:"Refresh",
	dirExists:"Directory exists."
}

Example

The following code will change control button tooltips:

myFileBrowser.translation = {
	deleteBtn:"Click to Delete",
	newDirBtn:"Click to Create Directory",
	refreshBtn:"Click to Refresh"
}