|
|
|||
Flash Player 7
FileBrowser.translation:Object
Property; allows changing of text used by the component internally. The default value is:
{
deleteBtn:"Delete",
newDirBtn:"Create Directory",
refreshBtn:"Refresh",
dirExists:"Directory exists."
}
The following code will change control button tooltips:
myFileBrowser.translation = {
deleteBtn:"Click to Delete",
newDirBtn:"Click to Create Directory",
refreshBtn:"Click to Refresh"
}